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 357624d commit 5ee5ac0Copy full SHA for 5ee5ac0
potentialworkshop/Dockerfile
@@ -15,7 +15,8 @@ RUN mamba env update -n base -f ${HOME}/environment.yml && \
15
16
USER root
17
ENV NOTEBOOK_DIR=${HOME}/notebooks_potentialworkshop
18
-RUN chmod +x ${HOME}/include_notebooks.sh && \
+RUN rm -rf ${HOME}/notebooks_pyiron && \
19
+ chmod +x ${HOME}/include_notebooks.sh && \
20
/bin/bash include_notebooks.sh &&\
21
fix-permissions $CONDA_DIR && \
22
fix-permissions ${HOME}
0 commit comments