HansBug commited on
Commit
0377b66
1 Parent(s): 5a5d9bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -1,9 +1,7 @@
1
  FROM hansbug/sysml-v2-jupyter
2
 
3
  # Set up a new user named "user" with user ID 1000
4
- RUN useradd -m -u 1000 user
5
-
6
- RUN conda -V
7
 
8
  # Switch to the "user" user
9
  USER user
 
1
  FROM hansbug/sysml-v2-jupyter
2
 
3
  # Set up a new user named "user" with user ID 1000
4
+ RUN useradd -m -u 1000 user && adduser user sudo && adduser user anaconda
 
 
5
 
6
  # Switch to the "user" user
7
  USER user