Skip to content

Instantly share code, notes, and snippets.

@jnolis
Last active December 14, 2021 17:22
Show Gist options
  • Save jnolis/8b956749e574fcf5118c8a931f487b33 to your computer and use it in GitHub Desktop.
Save jnolis/8b956749e574fcf5118c8a931f487b33 to your computer and use it in GitHub Desktop.
nvidia-usage-gist
{
"name": "nvidia-usage-alerting",
"image_uri": "saturncloud/saturn-r:2021.11.10-2",
"description": "",
"environment_variables": {},
"working_directory": "/home/jovyan/git-repos/nvidia-reporting",
"start_script": "Rscript reports/alerts.R",
"git_repositories": [
{
"url": "git@github.com:saturncloud/nvidia-reporting.git",
"location": "nvidia-reporting",
"public": false,
"on_restart": "reclone",
"reference": null,
"reference_type": "branch"
}
],
"job": {
"instance_type": "medium",
"command": "Rscript alerts/run.R",
"schedule": null
},
"owner": "production"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment