We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a2884 commit 56b79f0Copy full SHA for 56b79f0
2 files changed
docker/Dockerfile.matgl
@@ -3,5 +3,5 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm
3
ENV DGLBACKEND=pytorch
4
5
RUN uv pip install --system dgl -f https://data.dgl.ai/wheels/torch-2.4/repo.html
6
-RUN uv pip install --system torchdata==0.8.0 torch==2.4.0
+RUN uv pip install --system torchdata<=0.8.0 torch<=2.4.0
7
RUN uv pip install --system matgl>=1.2.6
docker/Dockerfile.matml
@@ -4,5 +4,5 @@ FROM materialsvirtuallab/lammps_gnnp:latest
8
RUN uv pip install matgl>=1.2.6 matcalc>=0.3.3 matpes --system
0 commit comments