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/28/2026 10:58 AM UTC
sha256:68965b0c8813804412951d81b7871c6be856122fdeb16a011471c575ae2724afRUN
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/28/2026 10:58 AM UTC
sha256:af2d2cf354f1367fb18fc2168d5086bf42e0ecbdf48f4ee9c289c29690669115COPY
/apt-sources/APT_SOURCES.txt /usr/share/third_party/apt/
07/28/2026 10:58 AM UTC
sha256:20d96af8c92ae786fff3edc989863eb49197d0e6eacb92576d74de0004d96ca7COPY
/apt-sources/packages /usr/share/third_party/apt/
07/28/2026 10:58 AM UTC
sha256:d363fe4ceb2199e4f3e87d2be4b136b787d04af26c27a9ed435ce857fa5d66eeCOPY
/workspace/GO_MODULES.txt /usr/share/third_party/go/
07/28/2026 10:58 AM UTC
sha256:cce7a16ff77bd2040df72222d207260443a14344bbd625a9ff5331fcb4fa54deCOPY
/workspace/vendor /usr/share/third_party/go/vendor
07/28/2026 10:58 AM UTC
sha256:d9c40cea367e28e82b9b4115fff7d087908adc1ca15ad63da62fa19ae0860fdcRUN
mkdir -p /usr/share/third_party/go /usr/share/third_party/apt
07/28/2026 10:58 AM UTC
sha256:0eda7c56fbcd1da28e8c3b69fc19b528fbbd8a253dd7be47f8cc9110454040e1COPY
/workspace/bin/gpud /usr/local/bin/gpud
07/28/2026 10:58 AM UTC
sha256:93189a343e87439c2a99e9896dba940d6da15a21ce58217bec4a199634de7ccfRUN
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/28/2026 10:55 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/28/2026 10:55 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.