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
fa3fbbfb
Unverified
Commit
fa3fbbfb
authored
Jun 06, 2023
by
Rhett Ying
Committed by
GitHub
Jun 06, 2023
Browse files
[CI] update CI docker images (#5796)
parent
a1fe08a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
Jenkinsfile
Jenkinsfile
+9
-9
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+1
-1
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+1
-1
No files found.
Jenkinsfile
View file @
fa3fbbfb
...
...
@@ -287,7 +287,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
210
"
image
"dgllib/dgl-ci-cpu:v230
606
"
args
"-u root"
alwaysPull
true
}
...
...
@@ -305,7 +305,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-gpu:cu102_v230
210
"
image
"dgllib/dgl-ci-gpu:cu102_v230
606
"
args
"-u root"
alwaysPull
true
}
...
...
@@ -360,7 +360,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
210
"
image
"dgllib/dgl-ci-cpu:v230
606
"
alwaysPull
true
}
}
...
...
@@ -377,7 +377,7 @@ pipeline {
agent
{
docker
{
label
"linux-gpu-node"
image
"dgllib/dgl-ci-gpu:cu102_v230
210
"
image
"dgllib/dgl-ci-gpu:cu102_v230
606
"
args
"--runtime nvidia"
alwaysPull
true
}
...
...
@@ -406,7 +406,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
210
"
image
"dgllib/dgl-ci-cpu:v230
606
"
alwaysPull
true
}
}
...
...
@@ -449,7 +449,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
210
"
image
"dgllib/dgl-ci-cpu:v230
606
"
args
"--shm-size=4gb"
alwaysPull
true
}
...
...
@@ -501,7 +501,7 @@ pipeline {
agent
{
docker
{
label
"linux-gpu-node"
image
"dgllib/dgl-ci-gpu:cu102_v230
210
"
image
"dgllib/dgl-ci-gpu:cu102_v230
606
"
args
"--runtime nvidia --shm-size=8gb"
alwaysPull
true
}
...
...
@@ -529,7 +529,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
210
"
image
"dgllib/dgl-ci-cpu:v230
606
"
args
"--shm-size=4gb"
alwaysPull
true
}
...
...
@@ -574,7 +574,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
210
"
image
"dgllib/dgl-ci-cpu:v230
606
"
alwaysPull
true
}
}
...
...
docker/install/conda_env/torch_cpu_pip.txt
View file @
fa3fbbfb
...
...
@@ -14,7 +14,7 @@ pydantic
pytest
pyyaml
rdflib
requests[security]
requests[security]
==2.28
scikit-learn
scipy
torch==1.12.0+cpu
...
...
docker/install/conda_env/torch_gpu_pip.txt
View file @
fa3fbbfb
...
...
@@ -12,7 +12,7 @@ pydantic
pytest
pyyaml
rdflib
requests[security]
requests[security]
==2.28
scikit-learn
scipy
torch==1.12.0+cu102
...
...
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