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

https://github.com/adeelh/aws-batch-ml


https://github.com/adeelh/aws-batch-ml

Last synced: about 1 year ago
JSON representation

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
```