Skip to content

Devtography/python-cuda-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-cuda-docker

Docker image for Python with CUDA

You can find the Docker Hub repo here: https://hub.docker.com/r/devtography/python-cuda

Usage

In order to use this image, nvidia-docker is needed to be installed on the host machine.

Pull the Docker image from Docker Hub:

docker pull devtography/python-cuda

Create a container from the image and run it:

docker run --gpus all -it devtography/python-cuda

Contributions

Contributions via pull requests are welcome and encouraged :)

License

python-cuda-docker is licensed under the Apache License, Version 2.0.