Skip to content

Commit

Permalink
update Dockerfile with new MACE version
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jun 12, 2024
1 parent 1dca815 commit 8867f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].3"
pip install --no-cache-dir git+https://github.com/acesuit/[email protected].5"
ARG DATE
RUN /bin/bash -c -o pipefail \
"pip install --no-cache-dir git+https://github.com/molmod/psiflow.git@${PSIFLOW_VERSION}"
Expand Down

0 comments on commit 8867f58

Please sign in to comment.