Created
December 10, 2021 18:12
-
-
Save jnolis/319e94538289a84aa09ed8e69f4f6c85 to your computer and use it in GitHub Desktop.
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-reporting-test", | |
"image_uri": "saturncloud/saturn-r:2021.11.10-2", | |
"description": "", | |
"environment_variables": {}, | |
"working_directory": "/home/jovyan/git-repos/nvidia-reporting", | |
"extra_packages": { | |
"apt": "unixodbc unixodbc-dev", | |
"conda": "", | |
"pip": "", | |
"use_mamba": true | |
}, | |
"start_script": "Rscript reports/setup.R", | |
"git_repositories": [ | |
{ | |
"url": "[email protected]:saturncloud/nvidia-reporting.git", | |
"location": "nvidia-reporting", | |
"public": false, | |
"on_restart": "preserve changes", | |
"reference": null, | |
"reference_type": "branch" | |
} | |
], | |
"jupyter_server": { | |
"instance_type": "medium", | |
"disk_space": "10Gi", | |
"auto_shutoff": "1 hour", | |
"start_ssh": false | |
}, | |
"owner": "jnolis", | |
"collaborators": [], | |
"version": "2021.10.26-15-qa" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment