File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM debian:bullseye-slim
22
3- RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfor tran libssl-dev make cmake vim wget bc unzip python \
3+ RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfor tran libssl-dev make cmake vim wget bc unzip python 3 -numpy \
44 && apt-get install -y --no-install-recommends mpich libmpich-dev
55
66ENV GIT_SSL_NO_VERIFY =1 TERM =xterm-256 color
Original file line number Diff line number Diff line change @@ -291,8 +291,8 @@ if ! test -z "$deepks_out_labels" && [ $deepks_out_labels -eq 1 ]; then
291291fi
292292
293293if ! test -z " $deepks_bandgap " && [ $deepks_bandgap -eq 1 ]; then
294- odelta=` python get_odelta.py`
294+ odelta=` python3 get_odelta.py`
295295 echo " odelta $odelta " >> $1
296- oprec=` python get_oprec.py`
296+ oprec=` python3 get_oprec.py`
297297 echo " oprec $oprec " >> $1
298298fi
You can’t perform that action at this time.
0 commit comments