We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b9c61e + d4f3ebc commit 8643649Copy full SHA for 8643649
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
17
# Get workshop files and move them to jovyan directory.
18
COPY --chown=1000:100 . .
0 commit comments