We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6d993 commit fddfec4Copy full SHA for fddfec4
docker/Dockerfile
@@ -17,7 +17,7 @@ RUN pip install mdtraj
17
18
# Get workshop files and move them to jovyan directory.
19
COPY --chown=1000:100 . .
20
-RUN rm -r AUTHORS LICENSE README.md docker .git .github
+RUN rm -rf AUTHORS LICENSE README.md docker .git .github
21
22
# Copy lab workspace
23
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
0 commit comments