Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

Using --no-vitis invalidates Docker build cache #41

Closed varunsh-xilinx closed 2 years ago

varunsh-xilinx commented 2 years ago

We're adding labels to the image based on which components are present. Currently, only the 'vitis' label is being added and changing its value results in invalidating the whole build cache since it's set very early in the stages.

The labels should be added at the end and the Dockerfile can be better laid out to parallelize building the different platforms