Skip to content

Commit

Permalink
update version in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jan 16, 2024
1 parent 2b03f08 commit 4b8459a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/Dockerfile_python3.10_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN pip install git+https://github.com/acesuit/MACE.git@55f7411 && \
RUN pip install pyscf

ARG GIT_COMMIT_SHA
RUN pip install 'psiflow[parsl] @ git+https://github.com/molmod/[email protected].2'
RUN pip install 'psiflow[parsl] @ git+https://github.com/molmod/[email protected].3'
RUN pip cache purge

ENV OMPI_MCA_plm_rsh_agent=
Expand Down
2 changes: 1 addition & 1 deletion container/Dockerfile_python3.9_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN pip install git+https://github.com/acesuit/MACE.git@55f7411 && \
RUN pip install pyscf

ARG GIT_COMMIT_SHA
RUN pip install 'psiflow[parsl] @ git+https://github.com/molmod/[email protected].2'
RUN pip install 'psiflow[parsl] @ git+https://github.com/molmod/[email protected].3'
RUN pip cache purge

ENV OMPI_MCA_plm_rsh_agent=
Expand Down

0 comments on commit 4b8459a

Please sign in to comment.