Last active
December 14, 2021 17:22
-
-
Save jnolis/8b956749e574fcf5118c8a931f487b33 to your computer and use it in GitHub Desktop.
nvidia-usage-gist
This file contains 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
{ | |
"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": "[email protected]: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