Skip to content

Commit d08dfde

Browse files
authored
Update Dockerfile
1 parent 4a830e1 commit d08dfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 pandas nglview ipywidgets -y
15+
RUN mamba install matplotlib numpy pandas nglview ipywidgets -y
1616
RUN pip install mdtraj
1717

1818
# Get workshop files and move them to jovyan directory.

0 commit comments

Comments
 (0)