Skip to content

Commit

Permalink
[CI] add torcheval into CI docker (dmlc#6527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying authored Nov 3, 2023
1 parent 9111dee commit 6dcdaf5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-cpu"
image "dgllib/dgl-ci-cpu:v231027_1900"
image "dgllib/dgl-ci-cpu:v231103_1700"
args "-u root"
alwaysPull true
}
Expand All @@ -336,7 +336,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-cpu"
image "dgllib/dgl-ci-gpu:cu116_v231027_1900"
image "dgllib/dgl-ci-gpu:cu116_v231103_1700"
args "-u root"
alwaysPull true
}
Expand Down Expand Up @@ -391,7 +391,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-cpu"
image "dgllib/dgl-ci-cpu:v231027_1900"
image "dgllib/dgl-ci-cpu:v231103_1700"
args "-u root"
alwaysPull true
}
Expand All @@ -410,7 +410,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-gpu"
image "dgllib/dgl-ci-gpu:cu116_v231027_1900"
image "dgllib/dgl-ci-gpu:cu116_v231103_1700"
args "-u root --runtime nvidia"
alwaysPull true
}
Expand Down Expand Up @@ -463,7 +463,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-gpu"
image "dgllib/dgl-ci-gpu:cu116_v231027_1900"
image "dgllib/dgl-ci-gpu:cu116_v231103_1700"
args "-u root --runtime nvidia"
alwaysPull true
}
Expand All @@ -488,7 +488,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-cpu"
image "dgllib/dgl-ci-cpu:v231027_1900"
image "dgllib/dgl-ci-cpu:v231103_1700"
args "-u root --shm-size=4gb"
alwaysPull true
}
Expand Down Expand Up @@ -541,7 +541,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-gpu"
image "dgllib/dgl-ci-gpu:cu116_v231027_1900"
image "dgllib/dgl-ci-gpu:cu116_v231103_1700"
args "-u root --runtime nvidia --shm-size=8gb"
alwaysPull true
}
Expand Down Expand Up @@ -570,7 +570,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-cpu"
image "dgllib/dgl-ci-cpu:v231027_1900"
image "dgllib/dgl-ci-cpu:v231103_1700"
args "-u root --shm-size=4gb"
alwaysPull true
}
Expand Down Expand Up @@ -618,7 +618,7 @@ pipeline {
agent {
docker {
label "dgl-ci-linux-cpu"
image "dgllib/dgl-ci-cpu:v231027_1900"
image "dgllib/dgl-ci-cpu:v231103_1700"
args "-u root"
alwaysPull true
}
Expand Down
1 change: 1 addition & 0 deletions docker/install/conda_env/torch_cpu_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ scikit-learn
scipy
torch==1.13.0+cpu
torchdata
torcheval
torchmetrics
tqdm
1 change: 1 addition & 0 deletions docker/install/conda_env/torch_gpu_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ scikit-learn
scipy
torch==1.13.0+cu116
torchdata
torcheval
torchmetrics
tqdm

0 comments on commit 6dcdaf5

Please sign in to comment.