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/16/2026 6:43 AM UTC
sha256:f2b9e009dd159d740e8b784bb4b37a31fd49ac9d4ba0453294135dd7673dbbf3RUN
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/16/2026 6:43 AM UTC
sha256:bfd2dee85ebe815d5b46433c66287975dbe93e889f4f03076346bca7de2e39c8COPY
/apt-sources/APT_SOURCES.txt /usr/share/third_party/apt/
07/16/2026 6:43 AM UTC
sha256:9f5319f8b9b6428eec775f785cd947e344c8253456bca46d500a56d202bbe357COPY
/apt-sources/packages /usr/share/third_party/apt/
07/16/2026 6:43 AM UTC
sha256:291f84743ad1893588ebf03d21203dade4f5eacf40dc713cededda1dc728aabcCOPY
/workspace/GO_MODULES.txt /usr/share/third_party/go/
07/16/2026 6:43 AM UTC
sha256:b26e285dd9aaedb19cfc267cd23a20041ba3fc522861bb8fb3987c8338b921bcCOPY
/workspace/vendor /usr/share/third_party/go/vendor
07/16/2026 6:43 AM UTC
sha256:9db0b5efaab52b84ee16f96ff1659720b2b65b1db3dbe7e9b60c281b8367968bRUN
mkdir -p /usr/share/third_party/go /usr/share/third_party/apt
07/16/2026 6:43 AM UTC
sha256:a54114984a883cfb446b3ed7f1faf02a376d89d61ba49202794ffa978182591aCOPY
/workspace/bin/gpud /usr/local/bin/gpud
07/16/2026 6:43 AM UTC
sha256:3d85d3e3b6fdd00d42dddc3bc5d9d8419e10022668837cfa12789d785e3c9dc9RUN
apt-get update &&
  apt-get install -y --no-install-recommends ca-certificates curl gnupg 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 &&
  command -v findmnt >/dev/null &&
  findmnt --version >/dev/null &&
  rm -rf /var/lib/apt/lists/*
07/16/2026 6:41 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/16/2026 6:41 AM UTC