Closed yuijim closed 1 year ago
Small Dockerfile updates for the backend stage, aimed at reducing subsequent image builds (the initial build time is nearly the same).
Changes:
apt install
It's great to keep apt install in the beginning so that subsequent image builds can use the cache.
This change will be covered in this PR https://github.com/mjxu96/carlaviz/pull/62
Thanks!
Small Dockerfile updates for the backend stage, aimed at reducing subsequent image builds (the initial build time is nearly the same).
Changes:
apt install
command at the beginning of the stage