We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cc914 commit 22f1a1dCopy full SHA for 22f1a1d
kernel-python/container/Dockerfile
@@ -29,12 +29,11 @@ RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \
29
30
USER jovyan
31
32
-RUN conda install --quiet --yes \
33
- leafmap \
34
- && \
35
- conda clean --all && \
36
- fix-permissions $CONDA_DIR && \
37
- fix-permissions /home/$NB_USER
+RUN mamba install --yes \
+ 'leafmap' && \
+ mamba clean --all -f -y && \
+ fix-permissions "${CONDA_DIR}" && \
+ fix-permissions "/home/${NB_USER}"
38
39
ENV KERNEL_LANGUAGE=python
40
0 commit comments