Skip to content

Instantly share code, notes, and snippets.

@lotif
Last active March 7, 2018 18:23
Show Gist options
  • Save lotif/e8dd34458528b73aaa53a99173cf7d7a to your computer and use it in GitHub Desktop.
Save lotif/e8dd34458528b73aaa53a99173cf7d7a to your computer and use it in GitHub Desktop.
simplified task definition
{
"family": "hello-world-task-def",
"containerDefinitions": [
{
"name": "hello-world",
"image": "<aws-account-id>.dkr.ecr.us-east-1.amazonaws.com/hello-world",
"memoryReservation": 1024,
"command": ["python", "/home/ubuntu/workspace/keras-docker-hello-world/hello_world.py"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment