We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeb1af commit 80faa34Copy full SHA for 80faa34
1 file changed
docker/Dockerfile
@@ -16,7 +16,7 @@ RUN conda install matplotlib numpy ipywidgets -y
16
17
# Get workshop files and move them to jovyan directory.
18
COPY --chown=1000:100 . .
19
-RUN rm -r AUTHORS LICENSE README.md docker .git .github
+RUN rm -rf AUTHORS LICENSE README.md docker .git .github
20
21
# Copy lab workspace
22
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
0 commit comments