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:94a9ce74b4f7519c0260ab667440ed5170fa86bfdcb2783dbda2edf2150d64ecCOPY
entrypoint.sh /home/rapids/entrypoint.sh
06/06/2025 2:21 PM UTC
sha256:908165a459c2d491c6b656acce16d5ad1b46c9ee60d9ee9255961bbcd3ff3005RUN
RUN |3 CUDA_VER=11.8.0 PYTHON_VER=3.12 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:4fbe86a35a43ec2b52488957e1b22b9533a7b7d50116f63856cd710309132dc3COPY
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:bfe5c1bf6b86ec3538f6c7ec052f1caecfcced99e0144842dc4893663bb7ea06RUN
CUDA_VER=11.8.0 PYTHON_VER=3.12 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:c95a54694e3b4f779decdf19c3905c1fb6a4ca2b23938cde4a5260a23b0adbfaRUN
RUN |3 CUDA_VER=11.8.0 PYTHON_VER=3.12 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