Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
708 stars 225 forks source link

Update Docker environment to Ubuntu 22, Python 3.10 #824

Closed fpjentzsch closed 1 year ago

fpjentzsch commented 1 year ago

Updates the base Docker image to Ubuntu 22.04, where Python 3.10 is the default. Some dependencies are updated alongside.

Fixes https://github.com/Xilinx/finn/issues/766.

Tested so far:

Issues:

Depends on:

fpjentzsch commented 1 year ago

Combining this with the update to 2023.1 tools by merging into feature/2023_1. Some issues, such as updating qonnx and fixing the linting, remain and will be fixed in that branch before merging to dev.