We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345f585 commit f96e37dCopy full SHA for f96e37d
1 file changed
Jenkinsfile
@@ -1,7 +1,7 @@
1
pipeline {
2
agent {
3
docker {
4
- image 'nvcr.io/nvidia/pytorch:22.12-py3'
+ image 'tnitn_ci'
5
args '--user 0:128 -v /home/jenkinsci:/home/jenkinsci -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""'
6
}
7
0 commit comments