diff --git a/Dockerfile b/Dockerfile index 39cae79..1551ca1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file + mamba clean -afy + +RUN yes | unminimize || echo "done" + +USER $NB_USER \ No newline at end of file