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:0c0bfd455e4a2b093190112b51a5dc738bbeae65d30e3e71a291f0509c2b471aCOPY
entrypoint.sh /home/rapids/entrypoint.sh
10/09/2025 12:19 AM UTC
sha256:ed89ccf3676fbd3d92ea2540a5694ac7c0e95b60fa402ac73d86f71beb3864c4RUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.12 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:07bfb419072a54a32375bdf93a2935e21c5d10e7711b3aabb3ff7b5eb52a8239COPY
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:339272eec124aec0a5798aef6605b302602b52474a953e410ffb72d92487590eRUN
CUDA_VER=12.9.1 PYTHON_VER=3.12 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.12/site-packages
10/09/2025 12:16 AM UTC
sha256:791d819002b856e4d56dc7a6445a92db2a839d98d4a3d1d247955daa34b3f428RUN
CUDA_VER=12.9.1 PYTHON_VER=3.12 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