Skip to content

Commit

Permalink
fix for tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed May 19, 2021
1 parent 6834ea3 commit 54f034c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Expand Up @@ -77,8 +77,6 @@ RUN . /home/$NB_USER/miniconda3/etc/profile.d/conda.sh && \
conda clean -a -y && \
rm -rf /home/$NB_USER/.cache && \
rm -rf /tmp/* && \
rm -rf ${TMPDIR} && \
mkdir -p ${TMPDIR} && \
mkdir -p /home/$NB_USER/.cache && \
mkdir -p /home/$NB_USER/.jupyter && \
find miniconda3/ -type f -name *.pyc -exec rm -f {} \; && \
Expand Down

0 comments on commit 54f034c

Please sign in to comment.