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:19 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/home/rapids/entrypoint.sh
10/09/2025 12:19 AM UTC
sha256:b7089c704124014691612ebfc9c69226b289058ef078ea82a50eee8f23b0dd6dCOPY
entrypoint.sh /home/rapids/entrypoint.sh
10/09/2025 12:19 AM UTC
sha256:aa458a58aa5e589adf1677734a01b8b6e06508b006af01804fbf69df6e514663RUN
RUN |3 CUDA_VER=12.0.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:19 AM UTC
sha256:c19e869569146d5f63b42432e9f4cb764b5d12034a5ebadd2088eee6b996efe1COPY
condarc /opt/conda/.condarc
10/09/2025 12:16 AM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/home/rapids
10/09/2025 12:16 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
rapids
10/09/2025 12:16 AM UTC
sha256:437c740bec43b38d446184a20d8ee7187718c39858a1de3f467525718fcd3e43RUN
CUDA_VER=12.0.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:16 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PYTHON_SITE_PKGS=/opt/conda/lib/python3.13/site-packages
10/09/2025 12:16 AM UTC
sha256:4e53937b54f204ecd583d638a642a2bcf526bd7ee783e362590e38a31073effdRUN
CUDA_VER=12.0.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:16 AM UTC