Skip to content

Instantly share code, notes, and snippets.

@mindscratch
Created June 6, 2017 10:31
Show Gist options
  • Save mindscratch/8df2586f61998c08ffea89fa9cf4643d to your computer and use it in GitHub Desktop.
Save mindscratch/8df2586f61998c08ffea89fa9cf4643d to your computer and use it in GitHub Desktop.
marathon app config for gpu task
{
"id": "/test",
"cmd": null,
"cpus": 0.2,
"mem": 128,
"disk": 0,
"instances": 1,
"constraints": [["gpus", "LIKE", "enabled"]],
"container": {
"type": "MESOS",
"docker": {
"image": "nginx:1.11.4-alpine",
"network": "HOST",
"privileged": false,
"parameters": [],
"forcePullImage": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment