https://github.com/devtography/python-cuda-docker
Docker image for Python with CUDA
https://github.com/devtography/python-cuda-docker
Last synced: 4 months ago
JSON representation
Docker image for Python with CUDA
- Host: GitHub
- URL: https://github.com/devtography/python-cuda-docker
- Owner: Devtography
- License: apache-2.0
- Created: 2020-05-13T09:23:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T06:21:37.000Z (about 6 years ago)
- Last Synced: 2025-08-15T23:45:48.793Z (11 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
docker pull devtography/python-cuda
```
#### Create a container from the image and run it:
```sh
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](LICENSE.md).
[nvidia-docker]: https://github.com/NVIDIA/nvidia-docker