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.
1 parent 088c482 commit 2ed8dadCopy full SHA for 2ed8dad
Dockerfile.gnu
@@ -1,6 +1,6 @@
1
FROM debian:bullseye-slim
2
3
-RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfortran libssl-dev make cmake vim wget bc unzip python\
+RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfortran libssl-dev make cmake vim wget bc unzip python3-numpy\
4
&& apt-get install -y --no-install-recommends mpich libmpich-dev
5
6
ENV GIT_SSL_NO_VERIFY=1 TERM=xterm-256color
0 commit comments