This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Description
🐛 Describe the bug
Hi,
The docker image sizes got multiplied by almost 5 over the last few releases:
Biggest folders are:
2.6G /home/venv/lib/python3.9/site-packages/nvidia
713M /home/venv/lib/python3.9/site-packages/torch
185M /home/venv/lib/python3.9/site-packages/triton
425M /usr/lib/jvm
346M /usr/lib/x86_64-linux-gnu
97M /usr/lib/gcc
Are they all needed ? Especially the Nvidia one, as we're running on CPU ?
This is really slowing down scaling in production.
Is it a known issue ?
Thanks,
Error logs
Installation instructions
Docker
Model Packaing
config.properties
No response
Versions
0.8.0-cpu
Repro instructions
Possible Solution
No response