Skip to content

Commit b720871

Browse files
committed
Update paths and docker
Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
1 parent 182657f commit b720871

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'tnitn_ci_3:py312'
4+
image 'tnitn_ci_4:py312'
55
args '-v /mnt/jenkins/jenkinsci:/home/jenkins -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""'
66
}
77
}
@@ -40,14 +40,6 @@ pipeline {
4040
}
4141
}
4242

43-
stage('Install test requirements') {
44-
steps {
45-
sh 'apt-get update && apt-get install -y bc'
46-
}
47-
}
48-
49-
50-
5143
stage('NeMo Installation') {
5244
steps {
5345
sh './reinstall.sh release'

0 commit comments

Comments
 (0)