We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d49463 + c27f747 commit cebcd93Copy full SHA for cebcd93
docker/Dockerfile
@@ -9,7 +9,7 @@ USER $NB_USER
9
WORKDIR $HOME
10
11
# Install workshop deps
12
-RUN mamba install -c acellera -c conda-forge ambertools htmd matplotlib mdtraj nglview numpy -y
+RUN mamba install -c acellera -c conda-forge ambertools htmd matplotlib mdtraj nglview numpy=2.3.5 -y
13
14
# Get workshop files and move them to jovyan directory.
15
COPY --chown=1000:100 . .
0 commit comments