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
6dcdaf59
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "86ecd4b795f865b5b615b8c54991c177bb3dbef5"
Unverified
Commit
6dcdaf59
authored
Nov 03, 2023
by
Rhett Ying
Committed by
GitHub
Nov 03, 2023
Browse files
[CI] add torcheval into CI docker (#6527)
parent
9111deee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-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
No files found.
Jenkinsfile
View file @
6dcdaf59
...
...
@@ -317,7 +317,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v231
027
_1
9
00"
image
"dgllib/dgl-ci-cpu:v231
103
_1
7
00"
args
"-u root"
alwaysPull
true
}
...
...
@@ -336,7 +336,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-gpu:cu116_v231
027
_1
9
00"
image
"dgllib/dgl-ci-gpu:cu116_v231
103
_1
7
00"
args
"-u root"
alwaysPull
true
}
...
...
@@ -391,7 +391,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v231
027
_1
9
00"
image
"dgllib/dgl-ci-cpu:v231
103
_1
7
00"
args
"-u root"
alwaysPull
true
}
...
...
@@ -410,7 +410,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v231
027
_1
9
00"
image
"dgllib/dgl-ci-gpu:cu116_v231
103
_1
7
00"
args
"-u root --runtime nvidia"
alwaysPull
true
}
...
...
@@ -463,7 +463,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v231
027
_1
9
00"
image
"dgllib/dgl-ci-gpu:cu116_v231
103
_1
7
00"
args
"-u root --runtime nvidia"
alwaysPull
true
}
...
...
@@ -488,7 +488,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v231
027
_1
9
00"
image
"dgllib/dgl-ci-cpu:v231
103
_1
7
00"
args
"-u root --shm-size=4gb"
alwaysPull
true
}
...
...
@@ -541,7 +541,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-gpu"
image
"dgllib/dgl-ci-gpu:cu116_v231
027
_1
9
00"
image
"dgllib/dgl-ci-gpu:cu116_v231
103
_1
7
00"
args
"-u root --runtime nvidia --shm-size=8gb"
alwaysPull
true
}
...
...
@@ -570,7 +570,7 @@ pipeline {
agent
{
docker
{
label
"dgl-ci-linux-cpu"
image
"dgllib/dgl-ci-cpu:v231
027
_1
9
00"
image
"dgllib/dgl-ci-cpu:v231
103
_1
7
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:v231
027
_1
9
00"
image
"dgllib/dgl-ci-cpu:v231
103
_1
7
00"
args
"-u root"
alwaysPull
true
}
...
...
docker/install/conda_env/torch_cpu_pip.txt
View file @
6dcdaf59
...
...
@@ -19,5 +19,6 @@ scikit-learn
scipy
torch==1.13.0+cpu
torchdata
torcheval
torchmetrics
tqdm
docker/install/conda_env/torch_gpu_pip.txt
View file @
6dcdaf59
...
...
@@ -17,5 +17,6 @@ scikit-learn
scipy
torch==1.13.0+cu116
torchdata
torcheval
torchmetrics
tqdm
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