Skip to content

Commit

Permalink
add unminimize to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanlee1995 committed Dec 6, 2023
1 parent f044e15 commit b6c75fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ RUN conda config --set channel_priority strict && \

COPY ${modulename}.yml /tmp
RUN mamba env create --file /tmp/${modulename}.yml && \
mamba clean -afy
mamba clean -afy

RUN yes | unminimize || echo "done"

USER $NB_USER

0 comments on commit b6c75fe

Please sign in to comment.