mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Use mamba instead of conda where possible
This commit is contained in:
@@ -16,7 +16,7 @@ RUN apt-get update --yes && \
|
||||
USER ${NB_UID}
|
||||
|
||||
# Install Python 3 packages
|
||||
RUN conda install --quiet --yes \
|
||||
RUN mamba install --quiet --yes \
|
||||
'altair' \
|
||||
'beautifulsoup4' \
|
||||
'bokeh' \
|
||||
@@ -46,7 +46,7 @@ RUN conda install --quiet --yes \
|
||||
'sympy' \
|
||||
'widgetsnbextension'\
|
||||
'xlrd' && \
|
||||
conda clean --all -f -y && \
|
||||
mamba clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
||||
|
Reference in New Issue
Block a user