We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c2d4d9 + 3126a13 commit ca4fa19Copy full SHA for ca4fa19
1 file changed
docker/Dockerfile
@@ -12,7 +12,7 @@ USER $NB_USER
12
WORKDIR $HOME
13
14
# Install workshop deps
15
-RUN conda install matplotlib numpy ipywidgets -y
+RUN mamba install matplotlib numpy ipywidgets -y
16
RUN pip install mdtraj
17
18
COPY --chown=1000:100 . .
0 commit comments