We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423e933 commit 18c0999Copy full SHA for 18c0999
Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
7
docker {
8
image 'pytorch/pytorch:latest'
9
// host network is needed because mirrors are on the lan and resolved with /etc/hosts
10
- args '-u root:sudo --gpus all --network=host'
+ args '-u root:sudo --shm-size=1024m --gpus all --network=host'
11
}
12
13
environment {
0 commit comments