We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e425f commit 19fc8c4Copy full SHA for 19fc8c4
Jenkinsfile
@@ -1,7 +1,7 @@
1
pipeline {
2
agent {
3
docker {
4
- image 'vivado-el7:2'
+ image 'vivado-el7:3'
5
args '-v /data/Xilinx:/data/Xilinx'
6
}
7
@@ -14,9 +14,8 @@ pipeline {
14
steps {
15
dir(path: 'test') {
16
sh '''#!/bin/bash --login
17
- conda activate hls4ml-py37
+ conda activate hls4ml-py38
18
pip install tensorflow pyparsing
19
- pip install onnx==1.12
20
pip install -U ../ --user
21
./convert-keras-models.sh -x -f keras-models.txt
22
pip uninstall hls4ml -y'''
0 commit comments