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 9:13 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4EXPOSE
7860/tcp
03/02/2026 9:13 AM UTC
sha256:4831cda57705c33ae4f821cc7a68d71c32b6b543ea10d90800f35e38763e9c4bRUN
uv venv --python python3.12 &&
  . .venv/bin/activate &&
  uv sync --frozen
03/02/2026 9:13 AM UTC
sha256:01f26476072ba186bf8bfd5bcb99b639d488b1feea92644fafd188de725f04cfRUN
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 9:13 AM UTC
sha256:0b01bb54a7eb5c5e2abd4ca1f1119895bfaa031a1a5f645114de0b590ff84860COPY
third_party_oss_license.txt /app/legal/third_party_oss_license.txt
03/02/2026 9:11 AM UTC
sha256:e55e5ee24fd596f722b7fb3a765bec63af8e476faf1ea2d1b39ba02eff277a67COPY
LICENSE /app/legal/LICENSE
03/02/2026 9:11 AM UTC
sha256:ee809b9fb62a69e4169dda7485237547c6133bf8eed86f0e5951229c4d5d0731RUN
mkdir -p /app/legal
03/02/2026 9:11 AM UTC
sha256:3b063336df7850f52c3fca2c0f383424ad5d543c8d8fb6262238dce6aa60ccccCOPY
nvidia-pipecat ./nvidia-pipecat
03/02/2026 9:11 AM UTC
sha256:793cbfb8cb452760140aee7d6cacfe97cc95378322064956dbc07b7d06c83438COPY
config ./config
03/02/2026 5:51 AM UTC
sha256:6fd35ce434e0389619b50819ae78f4b9136985bbd880c5985906482e0f820426COPY
src ./src
03/02/2026 5:51 AM UTC