Skip to content

Commit 98d342f

Browse files
committed
Fix docker.
1 parent bd063ce commit 98d342f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/Dockerfile.matgl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm
33
ENV DGLBACKEND=pytorch
44

55
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"
7-
RUN uv pip install --system matgl>=1.2.6
6+
RUN uv pip install --system --upgrade torchdata
7+
RUN uv pip install --system matgl==1.2.6

docker/Dockerfile.matml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ FROM materialsvirtuallab/lammps_gnnp:latest
44
ENV DGLBACKEND=pytorch
55

66
RUN uv pip install --system dgl -f https://data.dgl.ai/wheels/torch-2.4/repo.html
7-
RUN uv pip install --system "torchdata<=0.8.0" "torch<=2.4.0"
8-
RUN uv pip install matgl>=1.2.6 matcalc>=0.3.3 matpes --system
7+
RUN uv pip install --system --upgrade torchdata
8+
RUN uv pip install matgl==1.2.6 matcalc==0.3.3 matpes --system

0 commit comments

Comments
 (0)