Skip to content

Commit 2ed8dad

Browse files
authored
Build: add numpy for deepks test
1 parent 088c482 commit 2ed8dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bullseye-slim
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfortran libssl-dev make cmake vim wget bc unzip python\
3+
RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfortran libssl-dev make cmake vim wget bc unzip python3-numpy\
44
&& apt-get install -y --no-install-recommends mpich libmpich-dev
55

66
ENV GIT_SSL_NO_VERIFY=1 TERM=xterm-256color

0 commit comments

Comments
 (0)