Skip to main content
  • The enhanced vLLM Docker images are built on top of the official vLLM container to provide secure inference services for encrypted models.
  • To preserve security, we enforce additional restrictions on container startup.
  • The requirements are outlined below, including immutable and configurable flags.
Want to understand how security is implemented?
See our Security Architecture documentation for detailed technical insights.

Supported vLLM Versions

All images are available on our Docker Hub:
  • latest tag: Points to the latest vLLM version (currently v0.11.0) with the most recent CryptoTensors build

Pull the Docker Image

Deploy with Docker

Deploying encrypted models with KoalaVault is almost identical to deploying standard models, except for adding a few additional flags to the container startup command to ensure model decryption occurs in a secure environment. The typical docker deployment command looks like below:
The additional flags/setup are detailed below:
required, cannot be changed
required, cannot be changed
required, cannot be changed
required, choose one
required, configurable
required, choose one
required, CPU deployment only
required, Linux only

Additional Notes

All other requirements and best practices remain the same as the official vLLM container.
Please refer to the vLLM documentation for further details on system requirements, GPU support, and advanced configuration:
šŸ‘‰ vLLM Official Documentation