We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a830e1 commit d08dfdeCopy full SHA for d08dfde
docker/Dockerfile
@@ -12,7 +12,7 @@ USER $NB_USER
12
WORKDIR $HOME
13
14
# Install workshop deps
15
-RUN conda install matplotlib numpy pandas nglview ipywidgets -y
+RUN mamba install matplotlib numpy pandas nglview ipywidgets -y
16
RUN pip install mdtraj
17
18
# Get workshop files and move them to jovyan directory.
0 commit comments