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.
1 parent 4ad0e29 commit 0ce1128Copy full SHA for 0ce1128
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