vllm-project / vllm

A high-throughput and memory-efficient inference and serving engine for LLMs
https://docs.vllm.ai
Apache License 2.0
31.16k stars 4.73k forks source link

Tips for reducing vulnerabilities in docker images #3062

Closed hughesadam87 closed 3 months ago

hughesadam87 commented 9 months ago

The Docker images produced by vLLM project have > 100 vulnerabilities

image

These mostly come from the dependency on a full ubuntu base image. This base image is great because it allows for installation of CUDA and other GPU dependencies. It's difficult to find distroless cuda-ready images. This issue is a request to find/create an image like that (preferably) or to reduce the vulnerabilities some other way, such as uninstalling unused ubuntu utils.

hmellor commented 3 months ago

Closing as stale