Unverified Commit fa3fbbfb authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] update CI docker images (#5796)

parent a1fe08a8
...@@ -287,7 +287,7 @@ pipeline { ...@@ -287,7 +287,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230210" image "dgllib/dgl-ci-cpu:v230606"
args "-u root" args "-u root"
alwaysPull true alwaysPull true
} }
...@@ -305,7 +305,7 @@ pipeline { ...@@ -305,7 +305,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-gpu:cu102_v230210" image "dgllib/dgl-ci-gpu:cu102_v230606"
args "-u root" args "-u root"
alwaysPull true alwaysPull true
} }
...@@ -360,7 +360,7 @@ pipeline { ...@@ -360,7 +360,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230210" image "dgllib/dgl-ci-cpu:v230606"
alwaysPull true alwaysPull true
} }
} }
...@@ -377,7 +377,7 @@ pipeline { ...@@ -377,7 +377,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-gpu-node" label "linux-gpu-node"
image "dgllib/dgl-ci-gpu:cu102_v230210" image "dgllib/dgl-ci-gpu:cu102_v230606"
args "--runtime nvidia" args "--runtime nvidia"
alwaysPull true alwaysPull true
} }
...@@ -406,7 +406,7 @@ pipeline { ...@@ -406,7 +406,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230210" image "dgllib/dgl-ci-cpu:v230606"
alwaysPull true alwaysPull true
} }
} }
...@@ -449,7 +449,7 @@ pipeline { ...@@ -449,7 +449,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230210" image "dgllib/dgl-ci-cpu:v230606"
args "--shm-size=4gb" args "--shm-size=4gb"
alwaysPull true alwaysPull true
} }
...@@ -501,7 +501,7 @@ pipeline { ...@@ -501,7 +501,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-gpu-node" label "linux-gpu-node"
image "dgllib/dgl-ci-gpu:cu102_v230210" image "dgllib/dgl-ci-gpu:cu102_v230606"
args "--runtime nvidia --shm-size=8gb" args "--runtime nvidia --shm-size=8gb"
alwaysPull true alwaysPull true
} }
...@@ -529,7 +529,7 @@ pipeline { ...@@ -529,7 +529,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230210" image "dgllib/dgl-ci-cpu:v230606"
args "--shm-size=4gb" args "--shm-size=4gb"
alwaysPull true alwaysPull true
} }
...@@ -574,7 +574,7 @@ pipeline { ...@@ -574,7 +574,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230210" image "dgllib/dgl-ci-cpu:v230606"
alwaysPull true alwaysPull true
} }
} }
......
...@@ -14,7 +14,7 @@ pydantic ...@@ -14,7 +14,7 @@ pydantic
pytest pytest
pyyaml pyyaml
rdflib rdflib
requests[security] requests[security]==2.28
scikit-learn scikit-learn
scipy scipy
torch==1.12.0+cpu torch==1.12.0+cpu
......
...@@ -12,7 +12,7 @@ pydantic ...@@ -12,7 +12,7 @@ pydantic
pytest pytest
pyyaml pyyaml
rdflib rdflib
requests[security] requests[security]==2.28
scikit-learn scikit-learn
scipy scipy
torch==1.12.0+cu102 torch==1.12.0+cu102
......
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