Unverified Commit dc629fc5 authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

update docker image to newer pytorch (#3680)


Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
parent 9a6b81ef
--find-links https://download.pytorch.org/whl/torch_stable.html --find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.5.1+cpu torch==1.8.1+cpu
torchvision==0.6.1+cpu
pytest pytest
nose nose
numpy numpy
......
--find-links https://download.pytorch.org/whl/torch_stable.html --find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.5.1+cu101 torch==1.8.1+cu101
torchvision==0.6.1+cu101
pytest pytest
nose nose
numpy numpy
......
...@@ -5,7 +5,7 @@ spec: ...@@ -5,7 +5,7 @@ spec:
runAsUser: 0 runAsUser: 0
containers: containers:
- name: dgl-ci-cpu-compile - name: dgl-ci-cpu-compile
image: dgllib/dgl-ci-cpu:conda image: dgllib/dgl-ci-cpu:cu101_v220123
imagePullPolicy: Always imagePullPolicy: Always
tty: true tty: true
resources: resources:
......
...@@ -5,7 +5,7 @@ spec: ...@@ -5,7 +5,7 @@ spec:
runAsUser: 0 runAsUser: 0
containers: containers:
- name: dgl-ci-gpu-compile - name: dgl-ci-gpu-compile
image: dgllib/dgl-ci-gpu:conda image: dgllib/dgl-ci-gpu:cu101_v220123
imagePullPolicy: Always imagePullPolicy: Always
tty: true tty: true
resources: resources:
......
...@@ -5,7 +5,7 @@ spec: ...@@ -5,7 +5,7 @@ spec:
runAsUser: 0 runAsUser: 0
containers: containers:
- name: dgl-ci-cpu - name: dgl-ci-cpu
image: dgllib/dgl-ci-cpu:conda image: dgllib/dgl-ci-cpu:cu101_v220123
imagePullPolicy: Always imagePullPolicy: Always
tty: true tty: true
resources: resources:
......
...@@ -5,7 +5,7 @@ spec: ...@@ -5,7 +5,7 @@ spec:
runAsUser: 0 runAsUser: 0
containers: containers:
- name: dgl-ci-gpu - name: dgl-ci-gpu
image: dgllib/dgl-ci-gpu:conda image: dgllib/dgl-ci-gpu:cu101_v220123
imagePullPolicy: Always imagePullPolicy: Always
tty: true tty: true
resources: resources:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment