Skip to content

Commit 22f1a1d

Browse files
author
david.fischak@eodc.eu
committed
Mamba user ebv
1 parent 47cc914 commit 22f1a1d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

kernel-python/container/Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \
2929

3030
USER jovyan
3131

32-
RUN conda install --quiet --yes \
33-
leafmap \
34-
&& \
35-
conda clean --all && \
36-
fix-permissions $CONDA_DIR && \
37-
fix-permissions /home/$NB_USER
32+
RUN mamba install --yes \
33+
'leafmap' && \
34+
mamba clean --all -f -y && \
35+
fix-permissions "${CONDA_DIR}" && \
36+
fix-permissions "/home/${NB_USER}"
3837

3938
ENV KERNEL_LANGUAGE=python
4039

0 commit comments

Comments
 (0)