项目作者: acm-uiuc

项目描述 :
Template for custom docker files on the gpu cluster
高级语言: Python
项目地址: git://github.com/acm-uiuc/gpu-image-template.git
创建时间: 2019-02-23T06:29:56Z
项目社区:https://github.com/acm-uiuc/gpu-image-template

开源协议:

下载


gpu-image-template

Template dockerfile for custom docker enviorment on the gpu cluster

Build the image:

  1. docker build -t username/image .

Test the dockerfile:

  1. NV_GPU=[device_id] nvidia-docker run --rm -ti --ipc=host -p 8888:8888 -p 6006:6006 -v /vault:/vault --name test username/image