Xilinx / finn

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

Running docker build without cache #1219

Closed auphelia closed 1 month ago

auphelia commented 1 month ago

This PR allows the user to set an env var (FINN_DOCKER_NO_CACHE) to automatically build the docker container without using cache when launching run-docker.sh. Thanks to @jmonks-amd for proposing this solution!