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/22/2026 8:35 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/epp
01/22/2026 8:35 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
dynamo
01/22/2026 8:35 PM UTC
sha256:c723763481832df3fdb2e7e3fc4ed46591091d86cd889a50591cec16317b7169RUN
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/22/2026 8:35 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
root
01/22/2026 8:35 PM UTC
sha256:36170e4acb8e40e733e181b52751fd8d336a6522fff376be989dd6baf49d9e77RUN
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/22/2026 8:35 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
ENABLE_KVBM
01/22/2026 8:35 PM UTC
sha256:392b4653c8bc8711cdeefda11e50eae8710b6d6e9d6cca4acc2407043b475221RUN
PYTHON_VERSION=3.12 UV_GIT_LFS=1 uv pip install --no-cache --requirement /tmp/requirements.txt --requirement /tmp/requirements.test.txt
01/22/2026 8:35 PM UTC
sha256:f568beb4f6d95078e86f7cc65f99a56614a5275819a247bcb8fed5e097ab9315RUN
PYTHON_VERSION=3.12 mkdir -p /opt/dynamo/venv &&
  uv venv /opt/dynamo/venv --python $PYTHON_VERSION
01/22/2026 8:34 PM UTC
sha256:f5d110c8687e72e81cab00c5a12f05073fc66e3ff2886973b8dd2861a2f91aa1COPY
--chown=dynamo: /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
01/22/2026 8:34 PM UTC