Skip to content

Commit ca4fa19

Browse files
authored
Merge pull request #3 from CCPBioSim/jimboid-patch-1
switch conda to mamba
2 parents 4c2d4d9 + 3126a13 commit ca4fa19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ USER $NB_USER
1212
WORKDIR $HOME
1313

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

1818
COPY --chown=1000:100 . .

0 commit comments

Comments
 (0)