NVIDIA
NVIDIA
Nemotron Voice Agent
Container
NVIDIA
NVIDIA
Nemotron Voice Agent

Python app for the Nemotron Voice Agent: end-to-end voice agent blueprint using NVIDIA Nemotron Speech and LLM NIMs for acceleration and scaling.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
["uv" "run" "src/pipeline.py"]
03/02/2026 10:09 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
7860/tcp
03/02/2026 10:09 AM UTC
sha256:d30023fba6bca3bf2b8bbc9e241a1e3dfb73b211b8802cf2e97708dbfa0aa001RUN
uv venv --python python3.12 &&
  . .venv/bin/activate &&
  uv sync --frozen
03/02/2026 10:09 AM UTC
sha256:dc0c6403909636deed6df611bb7cae045bc38842e449c41e7ed8e591c91ad21aRUN
apt-get update &&
  apt-get install -y --no-install-recommends xz-utils dpkg-dev &&
  mkdir -p /app/legal/source &&
  if [ -f /etc/apt/sources.list.d/ubuntu.sources ]; then sed -i -E 's/^(Types:.*deb)(\s*)$/\1 deb-src\2/; s/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources; fi &&
  apt-get update &&
  cd /app/legal/source &&
  dpkg -l | grep '^ii' | awk '{print $2}' | cut -d: -f1 | xargs -r apt-get source --download-only 2>/dev/null ||
  true &&
  apt-get remove -y xz-utils dpkg-dev &&
  apt-get autoremove -y &&
  apt-get clean &&
  rm -rf /var/lib/apt/lists/*
03/02/2026 10:09 AM UTC
sha256:6e6ae0d9c5f85e894533120dd7829089630e2a11f114b396f671891969ab7385COPY
third_party_oss_license.txt /app/legal/third_party_oss_license.txt
03/02/2026 10:08 AM UTC
sha256:f381f367eaea40fa33eaa00cfde10bfe35326574b2d92133b5018a4670793dcaCOPY
LICENSE /app/legal/LICENSE
03/02/2026 10:08 AM UTC
sha256:023db865f6f5591ca0365ab3a26ef78ca647ffd1c49d20cbcf421846a5e4ec2dRUN
mkdir -p /app/legal
03/02/2026 10:08 AM UTC
sha256:61c50eddea54a464e6dbf39d3064b58631dcb5b36080b4516dd2b61b5b121848COPY
nvidia-pipecat ./nvidia-pipecat
03/02/2026 10:08 AM UTC
sha256:ed3b8f99a07b356684bfa631a6798af14c07341dd1968c35b2d59e6fd1a44621COPY
config ./config
03/02/2026 10:08 AM UTC
sha256:ddd74ce6d2f4b986460543d605e05c372614ea90d61c18202fde88dfbc3949e0COPY
src ./src
03/02/2026 9:54 AM UTC