File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BASE_IMAGE=latest
33FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE
44
55LABEL 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
77LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on basic analysis."
88LABEL org.opencontainers.image.licenses=MIT
99
@@ -12,7 +12,7 @@ USER $NB_USER
1212WORKDIR $HOME
1313
1414# Install workshop deps
15- RUN conda install matplotlib numpy nglview ipywidgets -y
15+ RUN mamba install matplotlib numpy nglview ipywidgets -y
1616RUN pip install mdtraj
1717
1818# Get workshop files and move them to jovyan directory.
You can’t perform that action at this time.
0 commit comments