From b6c75fe21dcc79a8ec69fea0dcdeba403c3835ab Mon Sep 17 00:00:00 2001 From: kohan Date: Tue, 5 Dec 2023 16:55:57 -0800 Subject: [PATCH] add unminimize to dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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