We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182657f commit b720871Copy full SHA for b720871
1 file changed
Jenkinsfile
@@ -1,7 +1,7 @@
1
pipeline {
2
agent {
3
docker {
4
- image 'tnitn_ci_3:py312'
+ image 'tnitn_ci_4:py312'
5
args '-v /mnt/jenkins/jenkinsci:/home/jenkins -v $HOME/.cache:/root/.cache --shm-size=4g --entrypoint=""'
6
}
7
@@ -40,14 +40,6 @@ pipeline {
40
41
42
43
- stage('Install test requirements') {
44
- steps {
45
- sh 'apt-get update && apt-get install -y bc'
46
- }
47
48
-
49
50
51
stage('NeMo Installation') {
52
steps {
53
sh './reinstall.sh release'
0 commit comments