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
12/17/2025 10:55 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/home/rapids/entrypoint.sh
12/17/2025 10:55 PM UTC
sha256:905961a54baa91d0daf0bc14ef0cd3e3f3503ec002e33cf6544769ba7c4a0027COPY
entrypoint.sh /home/rapids/entrypoint.sh
12/17/2025 10:55 PM UTC
sha256:a21e4b286e806890f18e41323c57a55ec1987427f588d6c460a016fd07b3e42dRUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.11 RAPIDS_VER=25.12 /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.6.0' conda clean -afy # buildkit
12/17/2025 10:55 PM UTC
sha256:a9398151b31fc49c8eb69400cd1d11225b937c6b7723990292d888817db5143eCOPY
condarc /opt/conda/.condarc
12/17/2025 10:52 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/home/rapids
12/17/2025 10:52 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
rapids
12/17/2025 10:52 PM UTC
sha256:a94d4a59b8befa983769632a8375f47d9a8ffac31b3dd26da43849017ac6cb2cRUN
CUDA_VER=12.9.1 PYTHON_VER=3.11 RAPIDS_VER=25.12 /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
12/17/2025 10:52 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PYTHON_SITE_PKGS=/opt/conda/lib/python3.11/site-packages
12/17/2025 10:52 PM UTC
sha256:f15c83ba0ab453e1ca6a59ca57ad1fd20d216992c2d0105ef6fda5dda8e930a2RUN
CUDA_VER=12.9.1 PYTHON_VER=3.11 RAPIDS_VER=25.12 /bin/bash -euo pipefail -c useradd -rm -d /home/rapids -s /bin/bash -g conda -u 1001 rapids
12/17/2025 10:52 PM UTC