NVIDIA
NVIDIA
RAPIDS Base
Container
NVIDIA
NVIDIA
RAPIDS Base

The RAPIDS suite of software libraries gives you the freedom to execute end-to-end data science and analytics pipelines entirely on GPUs.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4CMD
ipython
10/09/2025 12:18 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/home/rapids/entrypoint.sh
10/09/2025 12:18 AM UTC
sha256:fa95ee956d62569e9ee776f5a195e0cda0dccd91779bc52b54818f3a05cd96adCOPY
entrypoint.sh /home/rapids/entrypoint.sh
10/09/2025 12:18 AM UTC
sha256:69e9d6675b59d5e9cca2dc16ff014dc8fdb5cf9654f5f09a07d4d9fbdc69f21eRUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.13 RAPIDS_VER=25.10 /bin/bash -euo pipefail -c # Include common diagnostic info conda info conda config --show-sources conda list --show-channel-urls # Install RAPIDS rapids-mamba-retry install -y -n base \
"rapids=${RAPIDS_VER}.*" \
"python=${PYTHON_VER}.*" \
"cuda-version=${CUDA_VER%.*}.*" \
ipython \
'rapids-cli==0.1.*' \
'openssl==3.5.4' conda clean -afy # buildkit
10/09/2025 12:18 AM UTC
sha256:972961c9fe095e165d495e1e68b3d66248f7322cfd791247d9d4242dd1ec7f42COPY
condarc /opt/conda/.condarc
10/09/2025 12:15 AM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/home/rapids
10/09/2025 12:15 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
rapids
10/09/2025 12:15 AM UTC
sha256:12870d810fdcb8c673a831669845a3bbc0b848fadb91f6934b690e5b29e68b23RUN
CUDA_VER=12.9.1 PYTHON_VER=3.13 RAPIDS_VER=25.10 /bin/bash -euo pipefail -c curl -sSL https://gist.githubusercontent.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1/raw/70aedc4e31f4785b537b026f903fafc758fb2c17/cve-2025-8194.py -o ${PYTHON_SITE_PKGS}/tarfile_patch.py &&
  echo "import tarfile_patch" > ${PYTHON_SITE_PKGS}/zzz_tar_patch.pth
10/09/2025 12:15 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PYTHON_SITE_PKGS=/opt/conda/lib/python3.13/site-packages
10/09/2025 12:15 AM UTC
sha256:87c72b9862b225867514247de0c6f057755a47f69cb04c3bc3fbddff81e69fb7RUN
CUDA_VER=12.9.1 PYTHON_VER=3.13 RAPIDS_VER=25.10 /bin/bash -euo pipefail -c useradd -rm -d /home/rapids -s /bin/bash -g conda -u 1001 rapids
10/09/2025 12:15 AM UTC