We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d9acf9 + 2696067 commit 7e11707Copy full SHA for 7e11707
1 file changed
docker/Dockerfile
@@ -11,7 +11,7 @@ WORKDIR $HOME
11
12
# Install workshop deps
13
RUN mamba install oddt::oddt -y
14
-RUN mamba install termcolor matplotlib seaborn pandas openbabel vina
+RUN mamba install termcolor numpy=2.3.5 matplotlib seaborn pandas openbabel vina
15
16
# Get workshop files and move them to jovyan directory.
17
COPY --chown=1000:100 . .
0 commit comments