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
06/06/2025 2:21 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
/home/rapids/entrypoint.sh
06/06/2025 2:21 PM UTC
sha256:55797dfb667b949d7eb107df8fad436379208027c688b26d5d2942d773e4cdbaCOPY
entrypoint.sh /home/rapids/entrypoint.sh
06/06/2025 2:21 PM UTC
sha256:56a544e5812208f0fe89abcd59a84e03317ca7e77ef18ea8489c4f6d8b513f6fRUN
RUN |3 CUDA_VER=11.8.0 PYTHON_VER=3.11 RAPIDS_VER=25.06 /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
06/06/2025 2:21 PM UTC
sha256:e9da7deac69aa0ce0f51823606f81d29cd6d37b89e337c5c221d037d1bcc99a1COPY
condarc /opt/conda/.condarc
06/06/2025 2:18 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/home/rapids
06/06/2025 2:18 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
rapids
06/06/2025 2:18 PM UTC
sha256:a80f3b0559838633190f523bd8f6f7e5c47b30624b701a66474df8d0d5a43a10RUN
CUDA_VER=11.8.0 PYTHON_VER=3.11 RAPIDS_VER=25.06 /bin/bash -euo pipefail -c useradd -rm -d /home/rapids -s /bin/bash -g conda -u 1001 rapids
06/06/2025 2:18 PM UTC
sha256:7147f4611e7d03589e3a2d79ee6daed197cbf3a90069c306d31e10606308356fRUN
RUN |3 CUDA_VER=11.8.0 PYTHON_VER=3.11 RAPIDS_VER=25.06 /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
06/06/2025 2:18 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4SHELL
[/bin/bash -euo pipefail -c]
06/06/2025 2:18 PM UTC