Skip to content

Commit cebcd93

Browse files
authored
Merge pull request #19 from CCPBioSim/numpy-pin
Pin numpy version to 2.3.5 in Dockerfile
2 parents 1d49463 + c27f747 commit cebcd93

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
@@ -9,7 +9,7 @@ USER $NB_USER
99
WORKDIR $HOME
1010

1111
# Install workshop deps
12-
RUN mamba install -c acellera -c conda-forge ambertools htmd matplotlib mdtraj nglview numpy -y
12+
RUN mamba install -c acellera -c conda-forge ambertools htmd matplotlib mdtraj nglview numpy=2.3.5 -y
1313

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

0 commit comments

Comments
 (0)