Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Created May 25, 2018 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismatthieu/9f6b152a841998f9d8c4803ab99c2e77 to your computer and use it in GitHub Desktop.
Save chrismatthieu/9f6b152a841998f9d8c4803ab99c2e77 to your computer and use it in GitHub Desktop.
{
"input": {
"dataset": "i love skynet"
},
"taskDefinition": {
"runner": {
"type": "docker-json-runner",
"metadata": {
"image": "computes/computes-sentiment:latest"
}
},
"result": {
"action": "set",
"destination": {
"dataset": { "/": "$results" },
"path": "split/results"
}
}
},
"status": {
"/": "$status"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment