diff --git a/Dockerfile b/Dockerfile index 9ec8b20..ca1963e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN /bin/bash -c -o pipefail \ pip install --no-cache-dir wandb plotly plumed && \ pip install --no-cache-dir git+https://github.com/lab-cosmo/i-pi.git@feat/socket_prefix && \ pip install --no-cache-dir torch==2.1 --index-url https://download.pytorch.org/whl/${GPU_LIBRARY} && \ - pip install --no-cache-dir git+https://github.com/acesuit/mace.git@v0.3.3" + pip install --no-cache-dir git+https://github.com/acesuit/mace.git@v0.3.5" ARG DATE RUN /bin/bash -c -o pipefail \ "pip install --no-cache-dir git+https://github.com/molmod/psiflow.git@${PSIFLOW_VERSION}"