Skip to content

Commit

Permalink
Conda base env
Browse files Browse the repository at this point in the history
  • Loading branch information
david.fischak@eodc.eu committed Mar 5, 2025
1 parent 22f1a1d commit 5590fc5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions kernel-python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN conda install --quiet --yes \
cffi \
future \
pycryptodomex \
leafmap \
&& \
conda clean --all && \
fix-permissions $CONDA_DIR && \
Expand All @@ -29,12 +30,6 @@ RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \

USER jovyan

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

ENV KERNEL_LANGUAGE=python

HEALTHCHECK NONE
Expand Down

0 comments on commit 5590fc5

Please sign in to comment.