NVIDIA
NVIDIA
Dynamo vLLM Runtime
Container
NVIDIA
NVIDIA
Dynamo vLLM Runtime

The Dynamo vLLM runtime image is a containerized build of Dynamo + vLLM which serves as the base runtime environment for vLLM based inference with Dynamo's distributed inference framework.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    12/05/2025 8:01 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /opt/nvidia/nvidia_entrypoint.sh
    12/05/2025 8:01 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    dynamo
    12/05/2025 8:01 PM UTC
    sha256:edcd6fc5089c1e56de63b194c03d06fcedcf5234f27eb37477ab015ed2ba1a6fRUN
    ARCH_ALT=x86_64 PYTHON_VERSION=3.12 ENABLE_KVBM=true DYNAMO_COMMIT_SHA=41a72ab36698ce3eba0fba9af1dfad124d9e71ea chmod 755 /opt/dynamo/.launch_screen &&
      echo 'source /opt/dynamo/venv/bin/activate' >> /etc/bash.bashrc &&
      echo 'cat /opt/dynamo/.launch_screen' >> /etc/bash.bashrc
    12/05/2025 8:01 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    root
    12/05/2025 8:01 PM UTC
    sha256:51243018aef047c118caf5ef1f798c990d6f91ecd2744ce9a2b1a30900afb1a9RUN
    ARCH_ALT=x86_64 PYTHON_VERSION=3.12 ENABLE_KVBM=true DYNAMO_COMMIT_SHA=41a72ab36698ce3eba0fba9af1dfad124d9e71ea sed '/^#\s/d' /opt/dynamo/launch_message.txt > /opt/dynamo/.launch_screen
    12/05/2025 8:01 PM UTC
    sha256:b19d5246e7809aba1a5ff8f26b87b714f1229cca6208e382dfc3f016254ae95dCOPY
    --chown=dynamo: ATTRIBUTION* LICENSE /workspace/
    12/05/2025 8:01 PM UTC
    sha256:763d793b9ea46be777c1091b59eb9b9b1ad1d99138559ba9434b8448bbb612faCOPY
    --chown=dynamo: . /workspace/
    12/05/2025 8:01 PM UTC
    sha256:f02d5be706135910a3a123325888e4b2c31f1c0bd1a3ec9f232d054328009b2fRUN
    ARCH_ALT=x86_64 PYTHON_VERSION=3.12 ENABLE_KVBM=true DYNAMO_COMMIT_SHA=41a72ab36698ce3eba0fba9af1dfad124d9e71ea UV_GIT_LFS=1 uv pip install --no-cache --requirement /tmp/requirements.txt --requirement /tmp/requirements.test.txt
    12/05/2025 8:01 PM UTC
    sha256:bbf732a3221b5b49b13c65d74049d47d94d08ebf44363b01658d6f82132bb150RUN
    ARCH_ALT=x86_64 PYTHON_VERSION=3.12 ENABLE_KVBM=true DYNAMO_COMMIT_SHA=41a72ab36698ce3eba0fba9af1dfad124d9e71ea uv pip install /opt/dynamo/wheelhouse/ai_dynamo_runtime*.whl /opt/dynamo/wheelhouse/ai_dynamo*any.whl /opt/dynamo/wheelhouse/nixl/nixl*.whl &&
      if [ "${ENABLE_KVBM}" = "true" ]; then uv pip install /opt/dynamo/wheelhouse/kvbm*.whl; fi &&
      cd /opt/dynamo/benchmarks &&
      UV_GIT_LFS=1 uv pip install --no-cache . &&
      cd - &&
      rm -rf /opt/dynamo/benchmarks
    12/05/2025 8:01 PM UTC
    ...