Skip to content

Commit

Permalink
Cond user 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 7d97558 commit b930571
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kernel-python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install --upgrade ipykernel==6.29.5
RUN conda install --quiet --yes \
cffi \
future \
leafmap pycryptodomex \
pycryptodomex \
&& \
conda clean --all && \
fix-permissions $CONDA_DIR && \
Expand All @@ -29,6 +29,9 @@ RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \

USER jovyan

RUN conda install --quiet --yes \
leafmap

ENV KERNEL_LANGUAGE=python

HEALTHCHECK NONE
Expand Down

0 comments on commit b930571

Please sign in to comment.