Skip to content

Commit 02b4fe1

Browse files
committed
Update DGL.
1 parent 7069e33 commit 02b4fe1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.matgl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm
22

33
ENV DGLBACKEND=pytorch
44

5-
RUN uv pip install --system dgl==2.2.0 torch==2.2.0 torchdata==0.7.1
5+
RUN uv pip install --system dgl==2.1.0 torch==2.2.0 torchdata==0.7.1
66
RUN uv pip install --system matgl==1.2.6

docker/Dockerfile.matml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM materialsvirtuallab/lammps_gnnp:latest
33

44
ENV DGLBACKEND=pytorch
55

6-
RUN uv pip install --system dgl==2.2.0 torch==2.2.0 torchdata==0.7.1
6+
RUN uv pip install --system dgl==2.1.0 torch==2.2.0 torchdata==0.7.1
77
RUN uv pip install --system matgl==1.2.6 matcalc==0.3.3 matpes

0 commit comments

Comments
 (0)