Skip to content

Run GPU caffe workloads in a container with nvidia-docker

Notifications You must be signed in to change notification settings

coxy1989/caffe_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

caffe_docker

This repository provides a recipe - in the from of instruction and Dockerfile for running GPU caffe workloads out of a docker container.

Recipe

  1. Configure nvidia docker: follow these instructions.
  • Verify your nvidia docker configuration: sudo docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
  • Build the docker image from the dockerfile included in this repo: docker build -t caffe .
  • Run it: run -it --runtime=nvidia --shm-size=8g --rm caffe
  • Verify all is well by running through one of the caffe examples.

Releases

No releases published

Packages

No packages published