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
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "118c5be94a2b8eb90fa41a2ceb59b3a8de9e0218"
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 {
...
@@ -318,7 +318,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
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"
args
"-u root"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -545,7 +545,7 @@ pipeline {
...
@@ -545,7 +545,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-gpu-node"
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"
args
"--runtime nvidia --shm-size=8gb"
alwaysPull
true
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