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