Skip to content

Commit f96e37d

Browse files
authored
Change docker image (#102)
Change docker image to one including sparrowhawk Signed-off-by: anand-nv <105917641+anand-nv@users.noreply.github.com>
1 parent 345f585 commit f96e37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'nvcr.io/nvidia/pytorch:22.12-py3'
4+
image 'tnitn_ci'
55
args '--user 0:128 -v /home/jenkinsci:/home/jenkinsci -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""'
66
}
77
}

0 commit comments

Comments
 (0)