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
08/06/2025 9:55 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/home/rapids/entrypoint.sh
08/06/2025 9:55 PM UTC
sha256:29ae5a09302310ad8eb797cda2b8f56cb4fd67027de12a6bb8904f64f11a0f4fCOPY
entrypoint.sh /home/rapids/entrypoint.sh
08/06/2025 9:55 PM UTC
sha256:3d895b3e90c63c0d836846db125315b5793368d54b571415d061e0275cb7469eRUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.10 RAPIDS_VER=25.08 /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.*' conda clean -afy # buildkit
08/06/2025 9:55 PM UTC
sha256:c3c46b85f02a87b390a2f527cdc1d67d7ec46ba2064c65bb04ea1cd381cc986fCOPY
condarc /opt/conda/.condarc
08/06/2025 9:52 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/home/rapids
08/06/2025 9:52 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
rapids
08/06/2025 9:52 PM UTC
sha256:737a4d1ee0cac5102d8e0b93da4def6a93cc206f52f37ba5426afc14be2eb7b6RUN
CUDA_VER=12.9.1 PYTHON_VER=3.10 RAPIDS_VER=25.08 /bin/bash -euo pipefail -c useradd -rm -d /home/rapids -s /bin/bash -g conda -u 1001 rapids
08/06/2025 9:52 PM UTC
sha256:48d50bed221abd1200c174368f7fe1915f6f6701fad8d7bc7a28230ac8f37479RUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.10 RAPIDS_VER=25.08 /bin/bash -euo pipefail -c apt-get update apt-get install -y --no-install-recommends \
curl \
git \
wget curl --silent --show-error -L https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz | tar -xz -C /usr/local/bin rm -rf /var/lib/apt/lists/* # buildkit
08/06/2025 9:52 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4SHELL
[/bin/bash -euo pipefail -c]
08/06/2025 9:52 PM UTC