NVIDIA Lepton
NVIDIA Lepton
GPUd
Container
NVIDIA Lepton
NVIDIA Lepton
GPUd

GPUd is designed to ensure GPU efficiency and reliability by actively monitoring GPUs and effectively managing AI/ML workloads. License: Apache License 2.0

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/usr/local/bin/gpud
07/29/2026 7:32 AM UTC
sha256:e5a752a7bb2d455f87c904c2b4a95840fc23eb5afcdac6f8d4837dca2ddf92a1RUN
echo "# Third-Party Open Source Components" > /usr/share/third_party/MANIFEST.txt &&
  echo "# Source Code Inclusion for Compliance" >> /usr/share/third_party/MANIFEST.txt &&
  echo "# Generated at $(date -u +%Y-%m-%dT%H:%M:%SZ)" >> /usr/share/third_party/MANIFEST.txt &&
  echo "" >> /usr/share/third_party/MANIFEST.txt &&
  echo "This container includes source code for all third-party open source" >> /usr/share/third_party/MANIFEST.txt &&
  echo "components as required for compliance." >> /usr/share/third_party/MANIFEST.txt &&
  echo "" >> /usr/share/third_party/MANIFEST.txt &&
  echo "## Directory Structure" >> /usr/share/third_party/MANIFEST.txt &&
  echo "" >> /usr/share/third_party/MANIFEST.txt &&
  echo "/usr/share/third_party/" >> /usr/share/third_party/MANIFEST.txt &&
  echo "  go/           - Go module dependencies (source code)" >> /usr/share/third_party/MANIFEST.txt &&
  echo "    vendor/     - Vendored Go packages" >> /usr/share/third_party/MANIFEST.txt &&
  echo "    GO_MODULES.txt - List of Go modules with versions" >> /usr/share/third_party/MANIFEST.txt &&
  echo "  apt/          - APT package sources" >> /usr/share/third_party/MANIFEST.txt &&
  echo "    APT_SOURCES.txt - List of APT packages with versions" >> /usr/share/third_party/MANIFEST.txt &&
  echo "  MANIFEST.txt  - This file" >> /usr/share/third_party/MANIFEST.txt &&
  echo "" >> /usr/share/third_party/MANIFEST.txt &&
  echo "## Go Dependencies" >> /usr/share/third_party/MANIFEST.txt &&
  echo "See go/GO_MODULES.txt for complete list" >> /usr/share/third_party/MANIFEST.txt &&
  echo "" >> /usr/share/third_party/MANIFEST.txt &&
  echo "## APT Dependencies" >> /usr/share/third_party/MANIFEST.txt &&
  echo "See apt/APT_SOURCES.txt for complete list" >> /usr/share/third_party/MANIFEST.txt &&
  echo "" >> /usr/share/third_party/MANIFEST.txt &&
  echo "## Base Image" >> /usr/share/third_party/MANIFEST.txt &&
  echo "This image is based on nvidia/cuda runtime image." >> /usr/share/third_party/MANIFEST.txt &&
  echo "CUDA base image sources are managed separately by NVIDIA." >> /usr/share/third_party/MANIFEST.txt
07/29/2026 7:32 AM UTC
sha256:2e8f6c503ba0327ead2c5a2ac714106406a9880ffb556297e3dae7d6cd62b8caCOPY
/apt-sources/APT_SOURCES.txt /usr/share/third_party/apt/
07/29/2026 7:32 AM UTC
sha256:46e51d6134c9b6f55bea2385c20fd84cb14cdd3bfca7d5650017d7ebee36e089COPY
/apt-sources/packages /usr/share/third_party/apt/
07/29/2026 7:32 AM UTC
sha256:eb02eb57a30d299419c59a84532bc43505825d7c29258f04560f45d873ebc871COPY
/workspace/GO_MODULES.txt /usr/share/third_party/go/
07/29/2026 7:32 AM UTC
sha256:b02deebd2dcf8286ac5a8be0fef94b145eced959fda24677903b4fa45ef438e7COPY
/workspace/vendor /usr/share/third_party/go/vendor
07/29/2026 7:32 AM UTC
sha256:9df1d04b6ff3ef0ccf0653a7b52ba6f7d083141c45b6d1baccd19c243543ea51RUN
mkdir -p /usr/share/third_party/go /usr/share/third_party/apt
07/29/2026 7:32 AM UTC
sha256:6b292081f5476e5429b164dbb9c712a9e91fde2e4be1480e93273c457812ddf7COPY
/workspace/bin/gpud /usr/local/bin/gpud
07/29/2026 7:32 AM UTC
sha256:45736afc039a884784a73b2ae26ca4c297c56b19f39d14a8db93cb002e4a6838RUN
apt-get update &&
  apt-get install -y --no-install-recommends ca-certificates curl gnupg openssl "$(dpkg-query -W -f='${binary:Package}' 'libssl3*')" pciutils dmidecode util-linux kmod sudo &&
  install -m 0755 -d /etc/apt/keyrings &&
  curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg &&
  chmod a+r /etc/apt/keyrings/docker.gpg &&
  echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu   $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null &&
  apt-get update &&
  apt-get install -y --no-install-recommends docker-ce-cli containerd.io &&
  apt-get purge -y --auto-remove gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm dirmngr &&
  . /etc/os-release &&
  if [ "$VERSION_CODENAME" = "jammy" ]; then dpkg --compare-versions "$(dpkg-query -W -f='${Version}' openssl)" ge "3.0.2-0ubuntu1.25" &&
  dpkg --compare-versions "$(dpkg-query -W -f='${Version}' libssl3)" ge "3.0.2-0ubuntu1.25"; elif [ "$VERSION_CODENAME" = "noble" ]; then dpkg --compare-versions "$(dpkg-query -W -f='${Version}' openssl)" ge "3.0.13-0ubuntu3.11" &&
  dpkg --compare-versions "$(dpkg-query -W -f='${Version}' libssl3t64)" ge "3.0.13-0ubuntu3.11"; fi &&
  command -v findmnt >/dev/null &&
  findmnt --version >/dev/null &&
  rm -rf /var/lib/apt/lists/*
07/29/2026 7:29 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
org.opencontainers.image.title=gpud org.opencontainers.image.description=GPUd automates monitoring, diagnostics, and issue identification for GPUs org.opencontainers.image.source=https://github.com/leptonai/gpud org.opencontainers.image.url=https://github.com/leptonai/gpud org.opencontainers.image.documentation=https://github.com/leptonai/gpud org.opencontainers.image.vendor=leptonai org.opencontainers.image.licenses=Apache-2.0
07/29/2026 7:29 AM UTC

NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.