mjxu96 / carlaviz

Visualize carla in the web browser
MIT License
264 stars 61 forks source link

Backend build stage optimizations #34

Closed yuijim closed 1 year ago

yuijim commented 3 years ago

Small Dockerfile updates for the backend stage, aimed at reducing subsequent image builds (the initial build time is nearly the same).

Changes:

wuhanstudio commented 3 years ago

It's great to keep apt install in the beginning so that subsequent image builds can use the cache.

mjxu96 commented 1 year ago

This change will be covered in this PR https://github.com/mjxu96/carlaviz/pull/62

Thanks!