Skip to content

Instantly share code, notes, and snippets.

@revodavid
Last active January 25, 2018 01:20
Show Gist options
  • Save revodavid/30879bfd46f916379ec6b2b81549e224 to your computer and use it in GitHub Desktop.
Save revodavid/30879bfd46f916379ec6b2b81549e224 to your computer and use it in GitHub Desktop.
{
"name": "davidsmiDAP8",
"vmSize": "Standard_D2_v2",
"maxTasksPerNode": 8,
"poolSize": {
"dedicatedNodes": {
"min": 8,
"max": 8
},
"lowPriorityNodes": {
"min": 0,
"max": 0
},
"autoscaleFormula": "QUEUE"
},
"containerImage": "rocker/tidyverse:latest",
"rPackages": {
"cran": [],
"github": [],
"bioconductor": []
},
"commandLine": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment