Skip to content

Commit e793ad1

Browse files
authored
Merge pull request #8 from CCPBioSim/jimboid-patch-1
Update Dockerfile
2 parents 4a830e1 + 67eedda commit e793ad1

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 <[email protected]>"
6-
LABEL org.opencontainers.image.source=https://github.com/jimboid/biosim-python-workshop
6+
LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/python-workshop
77
LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on Python."
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 pandas nglview ipywidgets -y
15+
RUN mamba install matplotlib numpy pandas nglview ipywidgets -y
1616
RUN pip install mdtraj
1717

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

0 commit comments

Comments
 (0)