Skip to content

Commit

Permalink
[CI] Use torch 1.9.0 in CI (dmlc#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
VoVAllen authored Feb 18, 2022
1 parent 539335c commit e424d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/install/conda_env/torch_cpu_pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cpu
torch==1.9.0+cpu
pytest
nose
numpy
Expand Down
2 changes: 1 addition & 1 deletion docker/install/conda_env/torch_gpu_pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cu101
torch==1.9.0+cu102
pytest
nose
numpy
Expand Down
2 changes: 1 addition & 1 deletion docker/pods/ci-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-cpu
image: dgllib/dgl-ci-cpu:cu101_v220123
image: dgllib/dgl-ci-cpu:cu101_v220217
imagePullPolicy: Always
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion docker/pods/ci-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-gpu
image: dgllib/dgl-ci-gpu:cu101_v220123
image: dgllib/dgl-ci-gpu:cu101_v220217
imagePullPolicy: Always
tty: true
resources:
Expand Down

0 comments on commit e424d29

Please sign in to comment.