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
d8407504cfecce8328599d3d42d2f36fa2d6459d8e6164884469a511a42ffb75CONFIG
Entrypoint /epp; WorkingDir /
01/13/2026 11:22 PM UTC
ef92c94303cb891d9f6596d2de82498a1de44d2be3e6b638e0787ef56314826dENTRYPOINT
/epp
01/13/2026 11:22 PM UTC
7e320acd8d0c610dc6fd2039347525971e751f80966de776eda28474addfbdebUSER
dynamo
01/13/2026 11:22 PM UTC
3bf520df9cd909d3b5521f1714c0f2ee7ba94b47866cbebe3564e61c34dc853dRUN
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
5509aafd20d7ac9e54a382d27603bc40ee20db64e3ad17c65316a2821f8dedebUSER
root
01/13/2026 11:22 PM UTC
d12aaefafec0c80883a0172fc92677b2bf0cfb8e69da6d118bdf85f1baa8ef53RUN
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
2928ab8abdf513811ef6eeffb08d6a97c0836ed04471ad8f7d6a530e577ece5aARG
ENABLE_KVBM
01/13/2026 11:22 PM UTC
fc0b05f13cd8290f3a9902527f986fee23f9f5cea74ed8feeefdb04eceeb8849RUN
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
c4cbef9d6e923e8bfe002fc96c0165fec339108a5a7bde3e48f20d174f4bb960RUN
PYTHON_VERSION=3.12 mkdir -p /opt/dynamo/venv &&
  uv venv /opt/dynamo/venv --python $PYTHON_VERSION
01/13/2026 11:21 PM UTC
010bf2517bcd362db73f9c552968bea7b6e054e3aae989d9465997c2ad06497dCOPY
--chown=dynamo: /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
01/13/2026 11:21 PM UTC