"tutorials/vscode:/vscode.git/clone" did not exist on "100d932865017b329a8c906a7e990c9160f1a37f"
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
torch==1.5.1+cpu
torchvision==0.6.1+cpu
torch==1.8.1+cpu
pytest
nose
numpy
......
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.5.1+cu101
torchvision==0.6.1+cu101
torch==1.8.1+cu101
pytest
nose
numpy
......
......@@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-cpu-compile
image: dgllib/dgl-ci-cpu:conda
image: dgllib/dgl-ci-cpu:cu101_v220123
imagePullPolicy: Always
tty: true
resources:
......
......@@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-gpu-compile
image: dgllib/dgl-ci-gpu:conda
image: dgllib/dgl-ci-gpu:cu101_v220123
imagePullPolicy: Always
tty: true
resources:
......
......@@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-cpu
image: dgllib/dgl-ci-cpu:conda
image: dgllib/dgl-ci-cpu:cu101_v220123
imagePullPolicy: Always
tty: true
resources:
......
......@@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-gpu
image: dgllib/dgl-ci-gpu:conda
image: dgllib/dgl-ci-gpu:cu101_v220123
imagePullPolicy: Always
tty: true
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