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
3df4f8cb
Unverified
Commit
3df4f8cb
authored
Jan 23, 2024
by
Rhett Ying
Committed by
GitHub
Jan 23, 2024
Browse files
[CI] add pyg into CI image (#6997)
parent
dfa32286
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
9 deletions
+12
-9
Jenkinsfile
Jenkinsfile
+9
-9
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+1
-0
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+1
-0
script/dgl_dev.yml.template
script/dgl_dev.yml.template
+1
-0
No files found.
Jenkinsfile
View file @
3df4f8cb
...
...
@@ -318,7 +318,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-cpu:v2
4012
3_1
0
00"
args
"-u root"
alwaysPull
true
}
...
...
@@ -337,7 +337,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-gpu:cu116_v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-gpu:cu116_v2
4012
3_1
0
00"
args
"-u root"
alwaysPull
true
}
...
...
@@ -392,7 +392,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-cpu:v2
4012
3_1
0
00"
args
"-u root"
alwaysPull
true
}
...
...
@@ -411,7 +411,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-gpu:cu116_v2
4012
3_1
0
00"
args
"-u root --runtime nvidia"
alwaysPull
true
}
...
...
@@ -464,7 +464,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-gpu:cu116_v2
4012
3_1
0
00"
args
"-u root --runtime nvidia"
alwaysPull
true
}
...
...
@@ -489,7 +489,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-cpu:v2
4012
3_1
0
00"
args
"-u root --shm-size=4gb"
alwaysPull
true
}
...
...
@@ -542,7 +542,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-gpu:cu116_v2
4012
3_1
0
00"
args
"-u root --runtime nvidia --shm-size=8gb"
alwaysPull
true
}
...
...
@@ -571,7 +571,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-cpu:v2
4012
3_1
0
00"
args
"-u root --shm-size=4gb"
alwaysPull
true
}
...
...
@@ -618,7 +618,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v2
3110
3_1
7
00"
image
"dgllib/dgl-ci-cpu:v2
4012
3_1
0
00"
args
"-u root"
alwaysPull
true
}
...
...
docker/install/conda_env/torch_cpu_pip.txt
View file @
3df4f8cb
...
...
@@ -21,4 +21,5 @@ torch==1.13.0+cpu
torchdata
torcheval
torchmetrics
torch_geometric
tqdm
docker/install/conda_env/torch_gpu_pip.txt
View file @
3df4f8cb
...
...
@@ -19,4 +19,5 @@ torch==1.13.0+cu116
torchdata
torcheval
torchmetrics
torch_geometric
tqdm
script/dgl_dev.yml.template
View file @
3df4f8cb
...
...
@@ -30,6 +30,7 @@ dependencies:
- torchdata>=0.5.0
- torcheval
- torchmetrics
- torch_geometric
- tqdm
- boto3 # AWS SDK for python
- sphinx==4.2.0
...
...
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