Skip to content

Commit 2804bd3

Browse files
committed
remove unneded cache files
1 parent e91aa9e commit 2804bd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/NotebookImage.Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ RUN mkdir /home/${NB_USER}/$githubfolder && \
3737
work/ \
3838
talks/ \
3939
environment.yml\
40+
# remove .DS_Store and __MACOSX from home directory:
41+
&& find /home/${NB_USER} -name ".DS_Store" -delete \
42+
&& rm -rf /home/${NB_USER}/__MACOSX \
4043
&& fix-permissions /home/${NB_USER}
4144

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

0 commit comments

Comments
 (0)