Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
dc629fc5
Unverified
Commit
dc629fc5
authored
Jan 23, 2022
by
Jinjing Zhou
Committed by
GitHub
Jan 23, 2022
Browse files
update docker image to newer pytorch (#3680)
Co-authored-by:
Mufei Li
<
mufeili1996@gmail.com
>
parent
9a6b81ef
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
8 deletions
+6
-8
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+1
-2
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+1
-2
docker/pods/ci-compile-cpu.yaml
docker/pods/ci-compile-cpu.yaml
+1
-1
docker/pods/ci-compile-gpu.yaml
docker/pods/ci-compile-gpu.yaml
+1
-1
docker/pods/ci-cpu.yaml
docker/pods/ci-cpu.yaml
+1
-1
docker/pods/ci-gpu.yaml
docker/pods/ci-gpu.yaml
+1
-1
No files found.
docker/install/conda_env/torch_cpu_pip.txt
View file @
dc629fc5
--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
...
...
docker/install/conda_env/torch_gpu_pip.txt
View file @
dc629fc5
--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
...
...
docker/pods/ci-compile-cpu.yaml
View file @
dc629fc5
...
@@ -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:c
onda
image
:
dgllib/dgl-ci-cpu:c
u101_v220123
imagePullPolicy
:
Always
imagePullPolicy
:
Always
tty
:
true
tty
:
true
resources
:
resources
:
...
...
docker/pods/ci-compile-gpu.yaml
View file @
dc629fc5
...
@@ -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:c
onda
image
:
dgllib/dgl-ci-gpu:c
u101_v220123
imagePullPolicy
:
Always
imagePullPolicy
:
Always
tty
:
true
tty
:
true
resources
:
resources
:
...
...
docker/pods/ci-cpu.yaml
View file @
dc629fc5
...
@@ -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:c
onda
image
:
dgllib/dgl-ci-cpu:c
u101_v220123
imagePullPolicy
:
Always
imagePullPolicy
:
Always
tty
:
true
tty
:
true
resources
:
resources
:
...
...
docker/pods/ci-gpu.yaml
View file @
dc629fc5
...
@@ -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:c
onda
image
:
dgllib/dgl-ci-gpu:c
u101_v220123
imagePullPolicy
:
Always
imagePullPolicy
:
Always
tty
:
true
tty
:
true
resources
:
resources
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment