Minimal CUDA and cuDNN install on top of the official python:3.x-slim base image
4.8K
A minimal CUDA and cuDNN install on top of the official python:3.x-slim base image.
Dockerfile maintained at https://github.com/radix-ai/python-gpu.
python:3.x-slim base imagemicromamba executable to install CUDA and cuDNNlinux/amd64 and linux/arm64A matrix of tags are available that follow the format radixai/python-gpu:$PYTHON_VERSION-cuda$CUDA_VERSION, see the Docker Hub repository for a full list.
docker run -it --rm radixai/python-gpu:3.11-cuda11.8 /bin/bash
FROM radixai/python-gpu:3.11-cuda11.8
...
Content type
Image
Digest
sha256:7a4019b25…
Size
1.8 GB
Last updated
over 2 years ago
docker pull radixai/python-gpu:3.10-cuda11.8