Skip to content

Commit 18c0999

Browse files
committed
Modify docker shm size to prevent tensorpipe from failing.
1 parent 423e933 commit 18c0999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline {
77
docker {
88
image 'pytorch/pytorch:latest'
99
// host network is needed because mirrors are on the lan and resolved with /etc/hosts
10-
args '-u root:sudo --gpus all --network=host'
10+
args '-u root:sudo --shm-size=1024m --gpus all --network=host'
1111
}
1212
}
1313
environment {

0 commit comments

Comments
 (0)