Skip to content

Commit 3a6831d

Browse files
authored
Merge pull request #3 from CCPBioSim/jimboid-patch-1
switch conda to mamba
2 parents 4ad0e29 + 0ce1128 commit 3a6831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 scipy ipywidgets -y
15+
RUN mamba install matplotlib numpy scipy ipywidgets -y
1616
RUN pip install mdplus mdtraj rlcluster
1717

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

0 commit comments

Comments
 (0)