NVIDIA
NVIDIA
PRS
Container
NVIDIA
NVIDIA
PRS

The Domain Power Service (DPS) is a project by NVIDIA that aims to make power use and performance better in large datacenters.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
["/opt/venv/bin/prs" "online"]
10/29/2025 9:23 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1RUN
python -c "import numpy; print(f'NumPy version: {numpy.__version__}')" &&
  python -c "import numpy as np; a = np.array([1,2,3]); print(f'NumPy test array: {a}')"
10/29/2025 9:23 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
nonroot:nonroot
10/29/2025 9:23 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/home/nonroot
10/29/2025 9:23 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
HOME=/home/nonroot
10/29/2025 9:23 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1RUN
chmod -R go-w "$CONDA_ENV_PATH"
10/29/2025 9:23 PM UTC
sha256:0e8798f55687a3f61a672a37900cedc723ed9419d418e7be468fd968f80e94dbCOPY
/opt/venv /opt/venv
10/29/2025 9:23 PM UTC
sha256:c739bc8c91ec0f4b5f136c9d8b0eb515b6c1cfc45fe90e4e9efc15af582d7ce9RUN
groupadd --system nonroot &&
  useradd --system --gid nonroot --create-home --home-dir /home/nonroot nonroot
10/29/2025 9:21 PM UTC
sha256:2a56974ed28e96391dfeb6cd5768ea05ff4b7034122ccb6d0640a56153adfb47RUN
apt-get update &&
  apt-get upgrade -y --no-install-recommends &&
  apt-get clean &&
  rm -rf /var/lib/apt/lists/*
10/29/2025 9:21 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10/29/2025 9:21 PM UTC