Created
June 6, 2017 10:31
-
-
Save mindscratch/8df2586f61998c08ffea89fa9cf4643d to your computer and use it in GitHub Desktop.
marathon app config for gpu task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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