https://github.com/adeelh/aws-batch-ml
https://github.com/adeelh/aws-batch-ml
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adeelh/aws-batch-ml
- Owner: AdeelH
- Created: 2019-07-05T15:20:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T14:08:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T14:35:06.226Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Image #
## To Build ##
```
docker build -t adeelhazv/aws-batch-ml .
```
## To Test ##
```
docker run -it --rm --runtime=nvidia -v $HOME/.aws:/root/.aws:ro adeelhazv/aws-batch-ml bash
```
# Job Definition #
Edit [`job-definition.json`](job-definition.json) prior to use.
```
aws batch register-job-definition --cli-input-json file://job-definition.json
```