Skip to content

Commit

Permalink
Mamba user ebv
Browse files Browse the repository at this point in the history
  • Loading branch information
david.fischak@eodc.eu committed Mar 5, 2025
1 parent 47cc914 commit 22f1a1d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions kernel-python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \

USER jovyan

RUN conda install --quiet --yes \
leafmap \
&& \
conda clean --all && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
RUN mamba install --yes \
'leafmap' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

ENV KERNEL_LANGUAGE=python

Expand Down

0 comments on commit 22f1a1d

Please sign in to comment.