NVIDIA
RAPIDS Base
Container
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:7fff4f6324cc0150722d6d5c33c035e41798c495ae97bfd83931475ec87f2efaCOPY
    entrypoint.sh /home/rapids/entrypoint.sh
    08/06/2025 9:55 PM UTC
    sha256:1c66eb6fd8eb653366b32b51e613bc73f1b207fe760fa7b396afab5a68b9c1a7RUN
    RUN |3 CUDA_VER=12.0.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:2d705e8c4c7e1fbe3a64f14abed11219fdb662a6df612f23e0af7f174504b337COPY
    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:e63f31f466cbc8aa8e83de41b857506ecb193bf35445ace799a6c90d1efc82c8RUN
    CUDA_VER=12.0.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:abd07cfe4b86d9fb9d6ee0d1c561d12f5df346de712f3625a1d0ffea6914933eRUN
    RUN |3 CUDA_VER=12.0.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