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