Sign inSign up

radixai/python-gpu

By radixai

Updated over 2 years ago

Minimal CUDA and cuDNN install on top of the official python:3.x-slim base image

Image
0

4.8K

radixai/python-gpu repository overview

Python GPU

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.

🎁 Features

  • ✅ Starts from the official python:3.x-slim base image
  • 🐍 Adds a single micromamba executable to install CUDA and cuDNN
  • 🧬 Matrix build for Python {3.8, 3.9, 3.10, 3.11} and CUDA {11.8}
  • 📦 Multi-platform build for linux/amd64 and linux/arm64
  • 🐭 Image size is only 1.8GB

✨ Using

A 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.

Running the image
docker run -it --rm radixai/python-gpu:3.11-cuda11.8 /bin/bash
Extending the image
FROM radixai/python-gpu:3.11-cuda11.8

...

Tag summary

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