Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 694 Bytes

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.