Skip to content

Commit 9275689

Browse files
committed
Update Jenkinsfile to use new Docker image and env
1 parent b15e2bd commit 9275689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'vivado-el7:3'
4+
image 'vivado-alma9:1'
55
args '-v /data/Xilinx:/data/Xilinx'
66
}
77
}
@@ -14,7 +14,7 @@ pipeline {
1414
steps {
1515
dir(path: 'test') {
1616
sh '''#!/bin/bash --login
17-
conda activate hls4ml-py38
17+
conda activate hls4ml-py310
1818
pip install tensorflow pyparsing
1919
pip install -U ../ --user
2020
./convert-keras-models.sh -x -f keras-models.txt

0 commit comments

Comments
 (0)