Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -19,13 +19,13 @@ RUN pip install notebook oauthenticator dockerspawner
|
|
19 |
USER admin
|
20 |
|
21 |
# Set home to the user's home directory
|
22 |
-
ENV HOME=/home/admin \
|
23 |
-
PATH=/home/admin/.local/bin:$PATH
|
24 |
|
25 |
# Set the working directory to the user's home directory
|
26 |
-
WORKDIR $HOME/app
|
27 |
|
28 |
-
COPY --chown=admin . $HOME/app
|
29 |
|
30 |
|
31 |
CMD ["jupyterhub", "--port", "7860"]
|
|
|
19 |
USER admin
|
20 |
|
21 |
# Set home to the user's home directory
|
22 |
+
#ENV HOME=/home/admin \
|
23 |
+
# PATH=/home/admin/.local/bin:$PATH
|
24 |
|
25 |
# Set the working directory to the user's home directory
|
26 |
+
#WORKDIR $HOME/app
|
27 |
|
28 |
+
#COPY --chown=admin . $HOME/app
|
29 |
|
30 |
|
31 |
CMD ["jupyterhub", "--port", "7860"]
|