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:22 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /home/rapids/entrypoint.sh
    06/06/2025 2:22 PM UTC
    sha256:27d66654bc007e7405e6b9f19085d41a5cf60713b4faf656b234012d93f36ce2COPY
    entrypoint.sh /home/rapids/entrypoint.sh
    06/06/2025 2:22 PM UTC
    sha256:b8d5b2b4f0345f5bd64b0fa49395914ea55c24cf9c8114bdaf4dea6d08c6e29aRUN
    RUN |3 CUDA_VER=12.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:22 PM UTC
    sha256:175365e8cf97fa529aa4820de65b669e89c97dace2fdc00a960173fab4b767e6COPY
    condarc /opt/conda/.condarc
    06/06/2025 2:19 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
    /home/rapids
    06/06/2025 2:19 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
    rapids
    06/06/2025 2:19 PM UTC
    sha256:d26f0e9c36756e48346f28dc904a6291bbac3840d8a758db4ac638f9cedae00eRUN
    CUDA_VER=12.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:19 PM UTC
    sha256:b0efc2a0e30665484a84d2f0b0f41562858f149f692eba9db1bd7153d1ead186RUN
    RUN |3 CUDA_VER=12.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:19 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4SHELL
    [/bin/bash -euo pipefail -c]
    06/06/2025 2:19 PM UTC