autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
8.94k stars 3k forks source link

Remove unnecessary CUDA libraries from the runtime image #5083

Open youtalk opened 1 month ago

youtalk commented 1 month ago

The current runtime image has 4GB of CUDA-dependent packages installed. Investigate whether development libraries or unused libraries have been installed. If found, modify the Ansible configuration file accordingly.

xmfcx commented 4 weeks ago

Related: Slimming down the container image size #5007