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:cdb343f1fa9f67649196d10a3b361f53648c4e99f9ad6a5faf6fffc2c8a81a28COPY
entrypoint.sh /home/rapids/entrypoint.sh
08/06/2025 9:55 PM UTC
sha256:c51c01c6df5d2b033cb59d0610daab93d85c27233b0344e6a34723ff805be181RUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.11 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:7f5b7c5ed174c070e14048bc40686395b629c6b84bf1ed7a2358ee22a9307aa0COPY
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:65a7dd5e46a81d6144eb311a88a1b2354f719b618282b849049e6e0984249a5cRUN
CUDA_VER=12.9.1 PYTHON_VER=3.11 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:e98ffca46dacc5a33f7c0223d296c3fb8021693c5a57e9e29ff56b2fe407b28cRUN
RUN |3 CUDA_VER=12.9.1 PYTHON_VER=3.11 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