Commit
·
abd9e52
1
Parent(s):
14ea301
Removing redundant notebooks
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -55,7 +55,6 @@ WORKDIR $HOME/app
|
|
55 |
|
56 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
57 |
COPY --chown=user ./jupyterlab/ $HOME/app
|
58 |
-
COPY --chown=user ./notebooks/ $HOME/app/notebooks/
|
59 |
|
60 |
#######################################
|
61 |
# Start root user section
|
|
|
55 |
|
56 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
57 |
COPY --chown=user ./jupyterlab/ $HOME/app
|
|
|
58 |
|
59 |
#######################################
|
60 |
# Start root user section
|