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
02/11/2026 6:46 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/epp
02/11/2026 6:46 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
dynamo
02/11/2026 6:46 PM UTC
sha256:b09d2b2fbb38f1bf0c9a2b2b8a6e5bccff42de8e8d5baca0d793b55f34a7b277RUN
PYTHON_VERSION=3.12 ENABLE_KVBM= ENABLE_GPU_MEMORY_SERVICE= 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
02/11/2026 6:46 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
root
02/11/2026 6:46 PM UTC
sha256:eac51145e811f599547568b4445c671bc0a8c07928392b1caaa99b861ae1745fRUN
PYTHON_VERSION=3.12 ENABLE_KVBM= ENABLE_GPU_MEMORY_SERVICE= 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 &&
  UV_GIT_LFS=1 uv pip install --no-cache .
02/11/2026 6:46 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
ENABLE_GPU_MEMORY_SERVICE
02/11/2026 6:45 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
ENABLE_KVBM
02/11/2026 6:45 PM UTC
sha256:83ac6b7157b2401c2a444a68041a17ea960b3ccc56a1ad84f2fc120f2b30d588RUN
PYTHON_VERSION=3.12 UV_GIT_LFS=1 uv pip install --no-cache --requirement /tmp/requirements.txt --requirement /tmp/requirements.test.txt
02/11/2026 6:45 PM UTC
sha256:280db4a2560b40796bae37a728b6d3e63b803121a21bf17bf94205d56f22a550RUN
PYTHON_VERSION=3.12 mkdir -p /opt/dynamo/venv &&
  uv venv /opt/dynamo/venv --python $PYTHON_VERSION
02/11/2026 6:44 PM UTC