Skip to content

Commit

Permalink
Merge pull request #121 from edoapra/master
Browse files Browse the repository at this point in the history
python updates
  • Loading branch information
nwchemgit authored Mar 8, 2024
2 parents 70dc652 + 3f897f5 commit 524c07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nwchem-cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ arch_123=$(echo $arch |cut -c 1-3); if [[ "$arch" == "i686" ]] || [[ "$arch" ==
#one single ugly command to reduce docker size
tries=0 ; until [ "$tries" -ge 10 ] ; do \
xx-apt install -y g++ gfortran libssl-dev \
&& apt-get -q=2 install -y --no-install-recommends rsync make curl unzip cmake git file wget tar bzip2 bc ca-certificates patch pkg-config python3-dev openssh-client \
&& apt-get -q=2 install -y --no-install-recommends rsync make curl unzip cmake git file wget tar bzip2 bc ca-certificates patch pkg-config python3-dev openssh-client python-is-python3 \
&& break; \
tries=$((tries+1)) ; echo attempt no. $tries ; sleep 30 ; done \
&& echo FCFCFC is ${FC} \
Expand Down
2 changes: 1 addition & 1 deletion nwchem-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ arch_123=$(uname -m|cut -c 1-3); if [[ "$arch" == "i686" ]] || [[ "$arch" == "i3
tries=0 ; until [ "$tries" -ge 10 ] ; do \
apt-get -q=2 update \
&& apt-get -q=2 -y upgrade \
&& apt-get -q=2 install -y --no-install-recommends rsync python3-dev g++ gfortran libopenmpi-dev openmpi-bin make unzip cmake git file wget curl tar bzip2 bc ca-certificates patch pkg-config libssl-dev \
&& apt-get -q=2 install -y --no-install-recommends rsync python3-dev g++ gfortran libopenmpi-dev openmpi-bin make unzip cmake git file wget curl tar bzip2 bc ca-certificates patch pkg-config libssl-dev python-is-python3 \
&& break; \
tries=$((tries+1)) ; echo attempt no. $tries ; sleep 30 ; done \
&& export PYTHONVERSION=$(python -V| cut -d ' ' -f 2 |cut -d . -f 1-2) \
Expand Down

0 comments on commit 524c07d

Please sign in to comment.