File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm
33ENV DGLBACKEND=pytorch
44
55RUN uv pip install --system dgl -f https://data.dgl.ai/wheels/torch-2.4/repo.html
6- RUN uv pip install --system --upgrade torchdata
76RUN uv pip install --system matgl==1.2.6
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ RUN uv pip install torch==2.2.0 --index-url https://download.pytorch.org/whl/cu1
66RUN uv pip install torchdata==0.7.1 --system
77RUN uv pip install dgl -f https://data.dgl.ai/wheels/cu121/repo.html --system
88RUN uv pip install dglgo -f https://data.dgl.ai/wheels-test/repo.html --system
9- RUN uv pip install matgl> =1.2.6 --system
9+ RUN uv pip install matgl= =1.2.6 --system
Original file line number Diff line number Diff line change @@ -4,5 +4,4 @@ FROM materialsvirtuallab/lammps_gnnp:latest
44ENV DGLBACKEND=pytorch
55
66RUN uv pip install --system dgl -f https://data.dgl.ai/wheels/torch-2.4/repo.html
7- RUN uv pip install --system --upgrade torchdata
87RUN uv pip install matgl==1.2.6 matcalc==0.3.3 matpes --system
You can’t perform that action at this time.
0 commit comments