Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -3,9 +3,13 @@ FROM hansbug/sysml-v2-jupyter
|
|
3 |
# Set up a new user named "user" with user ID 1000
|
4 |
RUN useradd -m -u 1000 user
|
5 |
|
|
|
|
|
6 |
# Switch to the "user" user
|
7 |
USER user
|
8 |
|
|
|
|
|
9 |
# Set home to the user's home directory
|
10 |
ENV HOME=/home/user
|
11 |
ENV PATH=$HOME/.local/bin:$PATH
|
|
|
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
|
10 |
|
11 |
+
RUN conda -V
|
12 |
+
|
13 |
# Set home to the user's home directory
|
14 |
ENV HOME=/home/user
|
15 |
ENV PATH=$HOME/.local/bin:$PATH
|