- Pycuda 2019.1.1
- CUDA 10.0 devel
- Python 3.6.8
- Ubuntu 18.04 Bionic
- Follow nvidia-docker instructions
- From within the directory of the Dockerfile execute the following command to build the image
docker build -t pycuda .
- To run with bash and a shared volume
docker run --runtime=nvidia -v <host_path>:<container_path> -ti pycuda:latest bash
- Go to the repository page bryankp/pycuda
- Pull the latest image
docker pull bryankp/pycuda:latest
- To run with bash and a shared volume
docker run --runtime=nvidia -v <host_path>:<container_path> -ti bryankp/pycuda:latest bash
- See the test_script README
- Pycuda project page
- For CUDA troubleshooting issues see nvidia-docker instructions