KnowledgePending / Pycuda-Docker

🐳🐍Pycuda Docker Environment for GPU Accelerated Python

Home Page:https://hub.docker.com/r/bryankp/pycuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pulls

Image details

  • Pycuda 2019.1.1
  • CUDA 10.0 devel
  • Python 3.6.8
  • Ubuntu 18.04 Bionic

Required

Option 1. Build Docker Image

  • 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

Option 2. Pull image from Docker Hub

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

Test if pycuda is working correctly

Further Details

About

🐳🐍Pycuda Docker Environment for GPU Accelerated Python

https://hub.docker.com/r/bryankp/pycuda


Languages

Language:Dockerfile 55.7%Language:Python 44.3%