We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c310bda commit 902214cCopy full SHA for 902214c
1 file changed
docker/Dockerfile
@@ -19,7 +19,7 @@ RUN conda install termcolor matplotlib seaborn pandas openbabel vina
19
20
# Get workshop files and move them to jovyan directory.
21
COPY --chown=1000:100 . .
22
-RUN rm -r chimerax_commands.cxc LICENSE README.md docking_with_rescoring docker .git .github
+RUN rm -rf chimerax_commands.cxc LICENSE README.md docking_with_rescoring docker .git .github
23
24
# Copy lab workspace
25
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
0 commit comments