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/23/2026 8:55 AM UTC
sha256:c458a933b3235b4f540f484db3147cbbb95ec86967cf4c33181560b8cd8661d8RUN
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/23/2026 8:55 AM UTC
sha256:fe5308eb2b03535ca19aa5e3f0578875e4dfd3e88e519cb4e1158ec0058c93bdCOPY
/apt-sources/APT_SOURCES.txt /usr/share/third_party/apt/
07/23/2026 8:55 AM UTC
sha256:d85485b862b7fc45ad8194cd90ea405bd77bb74bf9386a599a60414bab21476bCOPY
/apt-sources/packages /usr/share/third_party/apt/
07/23/2026 8:55 AM UTC
sha256:974d08de0570f1d4ac2e97816df66d2657bb4f8f20520265dd73be29d84e6ec4COPY
/workspace/GO_MODULES.txt /usr/share/third_party/go/
07/23/2026 8:55 AM UTC
sha256:cecf2f66c1965cb59485c064c1cd7f6a8b3bf889e98901d954922b67cac2f1ceCOPY
/workspace/vendor /usr/share/third_party/go/vendor
07/23/2026 8:55 AM UTC
sha256:70f576b7c3138dfce343285c8c3105d42cbb70fb43a374b797f29f310cdc8f13RUN
mkdir -p /usr/share/third_party/go /usr/share/third_party/apt
07/23/2026 8:55 AM UTC
sha256:8bb7909780d8a9a34f9be5390969495d70cba288005d4e5049c36093c7eb8599COPY
/workspace/bin/gpud /usr/local/bin/gpud
07/23/2026 8:55 AM UTC
sha256:2c4d4da8a76b207f8ad074e4f2e9aded636102c3cee9322b18b0f06d4e13a35cRUN
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/23/2026 8:52 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/23/2026 8:52 AM UTC