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:746dc60dcd2f79de58f22dbbc96132f0725bce37b4988885fc1a30cd28b3d88aCOPY
    entrypoint.sh /home/rapids/entrypoint.sh
    06/06/2025 2:21 PM UTC
    sha256:bfcd0a110c561b8ef05be620b7bea6bafb1534fa58389979885cdb512adc55adRUN
    RUN |3 CUDA_VER=12.0.1 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:7e2445fc7510230fcca44b9be130f517fa63e17c65e40c001ba03ef68c8973c0COPY
    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:100cb09dfba595b7af6be35ca2b694023fbe2b5f41b194566bdc6850b37d5d12RUN
    CUDA_VER=12.0.1 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:fb7efc6a918feb8221d482498937a268175fba7ebf999e2cc318b07c3a872032RUN
    RUN |3 CUDA_VER=12.0.1 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