Skip to content

Commit 5ee5ac0

Browse files
authored
Update Dockerfile
1 parent 357624d commit 5ee5ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

potentialworkshop/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN mamba env update -n base -f ${HOME}/environment.yml && \
1515

1616
USER root
1717
ENV NOTEBOOK_DIR=${HOME}/notebooks_potentialworkshop
18-
RUN chmod +x ${HOME}/include_notebooks.sh && \
18+
RUN rm -rf ${HOME}/notebooks_pyiron && \
19+
chmod +x ${HOME}/include_notebooks.sh && \
1920
/bin/bash include_notebooks.sh &&\
2021
fix-permissions $CONDA_DIR && \
2122
fix-permissions ${HOME}

0 commit comments

Comments
 (0)