Skip to content

Commit

Permalink
remove unneded cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroe committed Oct 2, 2024
1 parent e91aa9e commit 2804bd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/NotebookImage.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ RUN mkdir /home/${NB_USER}/$githubfolder && \
work/ \
talks/ \
environment.yml\
# remove .DS_Store and __MACOSX from home directory:
&& find /home/${NB_USER} -name ".DS_Store" -delete \
&& rm -rf /home/${NB_USER}/__MACOSX \
&& fix-permissions /home/${NB_USER}

# See https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#add-a-custom-conda-environment-and-jupyter-kernel
Expand Down

0 comments on commit 2804bd3

Please sign in to comment.