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
665c3798
Unverified
Commit
665c3798
authored
Apr 27, 2023
by
Tingyu Wang
Committed by
GitHub
Apr 28, 2023
Browse files
update cugraph docker image for CI (#5614)
parent
1ab0170a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
Jenkinsfile
View file @
665c3798
...
...
@@ -318,7 +318,7 @@ pipeline {
agent
{
docker
{
label
"linux-cpu-node"
image
"rapidsai/cugraph_
nightly
_torch-cuda:11.
5
-base-ubuntu
18
.04-py3.
9
-pytorch
1.1
2.0-rapids2
2.12
"
image
"rapidsai/cugraph_
stable
_torch-cuda:11.
8
-base-ubuntu
20
.04-py3.
10
-pytorch2.0
.0
-rapids2
3.04
"
args
"-u root"
alwaysPull
true
}
...
...
@@ -545,7 +545,7 @@ pipeline {
agent
{
docker
{
label
"linux-gpu-node"
image
"rapidsai/cugraph_
nightly
_torch-cuda:11.
5
-base-ubuntu
18
.04-py3.
9
-pytorch
1.1
2.0-rapids2
2.12
"
image
"rapidsai/cugraph_
stable
_torch-cuda:11.
8
-base-ubuntu
20
.04-py3.
10
-pytorch2.0
.0
-rapids2
3.04
"
args
"--runtime nvidia --shm-size=8gb"
alwaysPull
true
}
...
...
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