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:d46b61f80d67b18f30862732303e35e108b20ae4b73910741ffa83cfe6af692eCOPY
    entrypoint.sh /home/rapids/entrypoint.sh
    06/06/2025 2:21 PM UTC
    sha256:de6aaa29ac9deb23a66085d40a821646db359e09f7a2f7f58c97b760a07f6741RUN
    RUN |3 CUDA_VER=12.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:d76aa34ff095610b8a36c232b7f039102c89020e1c9118a38c74730909f3fd8bCOPY
    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:6aef567ed60ad3af8253a3f390c20448321ebf5c2fedbb447f66245a0d9d308eRUN
    CUDA_VER=12.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:e0969185a49679748be59348c39023bb45b2688e7a48b14ddd15a4c30d088f03RUN
    RUN |3 CUDA_VER=12.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