NVIDIA
NVIDIA
Dynamo Frontend
Container
NVIDIA
NVIDIA
Dynamo Frontend

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

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
    /bin/bash
    01/13/2026 11:22 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /epp
    01/13/2026 11:22 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    dynamo
    01/13/2026 11:22 PM UTC
    sha256:6436824dd7605558dc511ed025368af10ae0dafcbfd507fefbc2c8f726b2f89bRUN
    PYTHON_VERSION=3.12 ENABLE_KVBM= 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
    01/13/2026 11:22 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    root
    01/13/2026 11:22 PM UTC
    sha256:024e1e4daff565897275e283a33090ac0118b970a0caefbb19c800fb04a54cc4RUN
    PYTHON_VERSION=3.12 ENABLE_KVBM= 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 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 &&
      UV_GIT_LFS=1 uv pip install --no-cache .
    01/13/2026 11:22 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    ENABLE_KVBM
    01/13/2026 11:22 PM UTC
    sha256:7b719b84edfe387f0cb83fb11e7c308c924d157657f2797d60b8119e5c98b9c8RUN
    PYTHON_VERSION=3.12 UV_GIT_LFS=1 uv pip install --no-cache --requirement /tmp/requirements.txt --requirement /tmp/requirements.test.txt
    01/13/2026 11:22 PM UTC
    sha256:6c1bcbefbece542c47879aec0680299fc299cbef34b1f934bb3e8a3084a99874RUN
    PYTHON_VERSION=3.12 mkdir -p /opt/dynamo/venv &&
      uv venv /opt/dynamo/venv --python $PYTHON_VERSION
    01/13/2026 11:21 PM UTC
    sha256:9a763a596c61e77838469fbac3ce0ef4cfeafab1e65f938920141adf4c93e145COPY
    --chown=dynamo: /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
    01/13/2026 11:21 PM UTC