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
- Host: GitHub
- URL: https://github.com/acm-uiuc/gpu-image-template
- Owner: acm-uiuc
- Created: 2019-02-23T06:29:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T08:24:18.000Z (over 7 years ago)
- Last Synced: 2025-01-17T07:29:38.056Z (over 1 year ago)
- Topics: docker, docker-image, gpu-cluster, nvidia, nvidia-docker
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```