NVIDIA
Dynamo Frontend Nightly
Container
NVIDIA
Dynamo Frontend Nightly

The Dynamo frontend nightly image is a framework-less image which contains core Dynamo components along with Endpoint Picker (EPP) for Gateway API Inference Extension (GAIE) and is published at nightly cadence.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    /bin/bash
    08/07/2026 8:36 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /epp
    08/07/2026 8:36 AM UTC
    sha256:a8149bb08c60842f6e14d931714a0fdb1cf6755b7474b3f4e55253fd0c7bea8eCOPY
    /legal /legal
    08/07/2026 8:36 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    /bin/bash
    08/07/2026 8:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /epp
    08/07/2026 8:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    dynamo
    08/07/2026 8:35 AM UTC
    sha256:f97ae7e0bc14033466e4e5a982dcd637b43dce3bebb5183b388eef5622b99704RUN
    PYTHON_VERSION=3.12 ENABLE_KVBM=true ENABLE_GPU_MEMORY_SERVICE=true 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
    08/07/2026 8:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    root
    08/07/2026 8:35 AM UTC
    sha256:217be5cc8ac1c21393d77b30ebcdce81ceaca6dae082c704fcbbd2e19a0e8e97RUN
    PYTHON_VERSION=3.12 ENABLE_KVBM=true ENABLE_GPU_MEMORY_SERVICE=true export UV_CACHE_DIR=/home/dynamo/.cache/uv UV_FIND_LINKS=/opt/dynamo/wheelhouse/extra &&
      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_GPU_MEMORY_SERVICE" = "true" ]; then GMS_WHEEL=$(ls /opt/dynamo/wheelhouse/gpu_memory_service*.whl 2>/dev/null | head -1); if [ -z "$GMS_WHEEL" ]; then echo "ERROR: ENABLE_GPU_MEMORY_SERVICE is true but no gpu_memory_service wheel found in wheelhouse" >&2; exit 1; fi; uv pip install "$GMS_WHEEL"; fi &&
      if [ "$ENABLE_KVBM" = "true" ]; then KVBM_WHEEL=$(ls /opt/dynamo/wheelhouse/kvbm*.whl 2>/dev/null | head -1); if [ -z "$KVBM_WHEEL" ]; then echo "ERROR: ENABLE_KVBM is true but no KVBM wheel found in wheelhouse" >&2; exit 1; fi; uv pip install "$KVBM_WHEEL"; fi &&
      cd /workspace/benchmarks &&
      export UV_GIT_LFS=1 UV_HTTP_TIMEOUT=300 UV_HTTP_RETRIES=5 &&
      uv pip install .
    08/07/2026 8:35 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    ENABLE_GPU_MEMORY_SERVICE=true
    08/07/2026 8:35 AM UTC