fastmachinelearning / hls4ml

Machine learning on FPGAs using HLS
https://fastmachinelearning.org/hls4ml
Apache License 2.0
1.24k stars 401 forks source link

Update pytest docker image to 0.5.4 #1005

Closed jmitrevs closed 4 months ago

jmitrevs commented 5 months ago

Description

Currently the pytest image is broken. This updates it to one based on RockyLinux9, python 3.10, and tensorflow 3.14. It should also enable qonnx and oneAPI tests. There are a few pytest failures, but those can be covered by other PRs, since they may merit more discussion, and currently our pytest environment is broken.

Type of change

Tests

This updates the test environment. There are some failures, but currently we have only failures for pytests.

Checklist