Skip to content

Commit

Permalink
Merge pull request fastmachinelearning#1033 from vloncar/update_jenki…
Browse files Browse the repository at this point in the history
…ns_py310

Update Jenkinsfile to use new Docker image and Python 3.10 environment
  • Loading branch information
jmitrevs authored Jul 12, 2024
2 parents b15e2bd + dd22a83 commit 4f4b164
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'vivado-el7:3'
image 'vivado-alma9:1'
args '-v /data/Xilinx:/data/Xilinx'
}
}
Expand All @@ -14,8 +14,9 @@ pipeline {
steps {
dir(path: 'test') {
sh '''#!/bin/bash --login
conda activate hls4ml-py38
pip install tensorflow pyparsing
conda activate hls4ml-py310
conda install -y jupyterhub pydot graphviz pytest pytest-cov
pip install pytest-randomly jupyter onnx>=1.4.0 matplotlib pandas seaborn pydigitalwavetools==1.1 pyyaml tensorflow==2.14 qonnx torch git+https://github.com/google/qkeras.git pyparsing
pip install -U ../ --user
./convert-keras-models.sh -x -f keras-models.txt
pip uninstall hls4ml -y'''
Expand Down

0 comments on commit 4f4b164

Please sign in to comment.