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
ffb92f3bab5a86abe45942ae7b4409fe666e2004867a865a766349d66463b05eCONFIG
Entrypoint /epp; WorkingDir /
01/22/2026 8:35 PM UTC
0d10f27fa1fcbd26a7921546616e02cafc9bdc83f414be922dc10087ce5dccb8ENTRYPOINT
/epp
01/22/2026 8:35 PM UTC
bbef8309967315ae8d1892e0d6c0d4004179e690c500a1a04dd9da2724cb205eUSER
dynamo
01/22/2026 8:35 PM UTC
f82c356d5b10e1a8a1e0f8bb7286556738aa9a9725450f13d7a07e35417f82a3RUN
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
c2c8f9e0880f95c84ad77d65fc74b095406c75ada94ff60eb1afc074275f6095USER
root
01/22/2026 8:35 PM UTC
76359ee5e94b4ead5d0fe8e4a3a90880261976ab0a79226d50e04eb174bd0019RUN
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
a7f0488f1b47872ed0e2009d8bb3f2709fd00246bd9751d2fd45cf239c90360dARG
ENABLE_KVBM
01/22/2026 8:35 PM UTC
2134b2f83f54b1a2ae7882ab198b29e9fcfbc3a1b1c99d1ac2aa41c1fb2cae5cRUN
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
bbbd6f9d0200690d743a3c5a43146c85f1b3c67be31c2a953f6b23aece578622RUN
PYTHON_VERSION=3.12 mkdir -p /opt/dynamo/venv &&
  uv venv /opt/dynamo/venv --python $PYTHON_VERSION
01/22/2026 8:34 PM UTC
2ab79bb5c807a5066a090058a31f7992616335e351903f933d974f10df1f5261COPY
--chown=dynamo: /opt/dynamo/wheelhouse/ /opt/dynamo/wheelhouse/
01/22/2026 8:34 PM UTC