Last active
October 8, 2022 04:51
-
-
Save fauxneticien/68313eb494337f60f69d140c8270f3d7 to your computer and use it in GitHub Desktop.
Testing Saturn Cloud for tutorials
This file contains hidden or 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": "jupyter-introduction", | |
"image_uri": "public.ecr.aws/saturncloud/saturn:2022.01.06", | |
"description": "Introduction to Jupyter", | |
"working_directory": "/home/jovyan/workspace/introduction", | |
"start_script": "pip install tqdm epitran\npip uninstall -y ipywidgets", | |
"git_repositories": [ | |
{ | |
"url": "https://github.com/parledoct/tutorials", | |
"reference": "introduction", | |
"path": "/home/jovyan/workspace/introduction" | |
} | |
], | |
"jupyter_server": { | |
"instance_type": "medium", | |
"disk_space": "10Gi", | |
"auto_shutoff": "1 hour", | |
"start_ssh": false, | |
"use_spot_instance": false | |
}, | |
"version": "2022.01.06" | |
} |
This file contains hidden or 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": "voice-activity-detection", | |
"image_uri": "public.ecr.aws/saturncloud/saturn:2022.04.01", | |
"description": "", | |
"environment_variables": {}, | |
"working_directory": "/home/jovyan/workspace/voice-activity-detection", | |
"extra_packages": { | |
"pip": { | |
"install": "auditok pympi-ling matplotlib" | |
}, | |
"apt": { | |
"install": "zip unzip" | |
} | |
}, | |
"start_script": "pip uninstall -y ipywidgets", | |
"git_repositories": [ | |
{ | |
"url": "https://github.com/parledoct/tutorials", | |
"reference": "voice-activity-detection", | |
"path": "/home/jovyan/workspace/voice-activity-detection" | |
} | |
], | |
"secrets": [], | |
"jupyter_server": { | |
"instance_type": "medium", | |
"disk_space": "10Gi", | |
"auto_shutoff": "1 hour", | |
"start_ssh": false, | |
"use_spot_instance": false | |
}, | |
"owner": "fauxneticien", | |
"visibility": "org", | |
"schema_version": "2022.04.01" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment