From 4b8459ac9291a76953ebc667f9ac5e38d00e8a9d Mon Sep 17 00:00:00 2001 From: svdenhau Date: Tue, 16 Jan 2024 14:20:45 +0100 Subject: [PATCH] update version in Dockerfiles --- container/Dockerfile_python3.10_cuda | 2 +- container/Dockerfile_python3.9_cuda | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/Dockerfile_python3.10_cuda b/container/Dockerfile_python3.10_cuda index 8420025..9166319 100644 --- a/container/Dockerfile_python3.10_cuda +++ b/container/Dockerfile_python3.10_cuda @@ -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/psiflow@v3.0.2' +RUN pip install 'psiflow[parsl] @ git+https://github.com/molmod/psiflow@v3.0.3' RUN pip cache purge ENV OMPI_MCA_plm_rsh_agent= diff --git a/container/Dockerfile_python3.9_cuda b/container/Dockerfile_python3.9_cuda index 24a1928..9767ea7 100644 --- a/container/Dockerfile_python3.9_cuda +++ b/container/Dockerfile_python3.9_cuda @@ -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/psiflow.git@v3.0.2' +RUN pip install 'psiflow[parsl] @ git+https://github.com/molmod/psiflow.git@v3.0.3' RUN pip cache purge ENV OMPI_MCA_plm_rsh_agent=