We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad0e29 + 0ce1128 commit 3a6831dCopy full SHA for 3a6831d
docker/Dockerfile
@@ -12,7 +12,7 @@ USER $NB_USER
12
WORKDIR $HOME
13
14
# Install workshop deps
15
-RUN conda install matplotlib numpy scipy ipywidgets -y
+RUN mamba install matplotlib numpy scipy ipywidgets -y
16
RUN pip install mdplus mdtraj rlcluster
17
18
# Get workshop files and move them to jovyan directory.
0 commit comments