An open API service indexing awesome lists of open source software.

https://github.com/acm-uiuc/gpu-image-template

Template for custom docker files on the gpu cluster
https://github.com/acm-uiuc/gpu-image-template

docker docker-image gpu-cluster nvidia nvidia-docker

Last synced: 7 months ago
JSON representation

Template for custom docker files on the gpu cluster

Awesome Lists containing this project

README

          

# gpu-image-template
### Template dockerfile for custom docker enviorment on the gpu cluster

#### Build the image:
```
docker build -t username/image .
```

#### Test the dockerfile:
```
NV_GPU=[device_id] nvidia-docker run --rm -ti --ipc=host -p 8888:8888 -p 6006:6006 -v /vault:/vault --name test username/image
```