Skip to content

Commit bf2b9ce

Browse files
authored
switch conda to mamba
1 parent b4987fd commit bf2b9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=latest
33
FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE
44

55
LABEL maintainer="James Gebbie-Rayet <james.gebbie@stfc.ac.uk>"
6-
LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/biosim-basic-analysis-workshop
6+
LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/basic-analysis-workshop
77
LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on basic analysis."
88
LABEL org.opencontainers.image.licenses=MIT
99

@@ -12,7 +12,7 @@ USER $NB_USER
1212
WORKDIR $HOME
1313

1414
# Install workshop deps
15-
RUN conda install matplotlib numpy nglview ipywidgets -y
15+
RUN mamba install matplotlib numpy nglview ipywidgets -y
1616
RUN pip install mdtraj
1717

1818
# Get workshop files and move them to jovyan directory.

0 commit comments

Comments
 (0)