Skip to content

Commit 8643649

Browse files
authored
Merge pull request #3 from CCPBioSim/jimboid-patch-1
Update Dockerfile
2 parents 8b9c61e + d4f3ebc commit 8643649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ USER $NB_USER
1212
WORKDIR $HOME
1313

1414
# Install workshop deps
15-
RUN conda install matplotlib numpy ipywidgets -y
15+
RUN mamba install matplotlib numpy ipywidgets -y
1616

1717
# Get workshop files and move them to jovyan directory.
1818
COPY --chown=1000:100 . .

0 commit comments

Comments
 (0)