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
# Saturn Cloud Startup Script for Running GPU-enabled modeltime.gluonts | |
# | |
# How to use: | |
# 1. Create an account on saturncloud.io | |
# 2. Create a new project in Saturn Cloud | |
# 3. Select image "saturncloud/saturn-gpu:2020.12.23" as image for your project | |
# 4. Copy and paste code below into "Advanced Settings (optional)" > "Start Script (Bash)". | |
# (This code will install R, a Jupyter R kernel, modeltime.gluonts, and prepare a Python environment | |
# for executing GluonTS.) | |
# 5. The startup script takes about 40 min to run. After that, you can start Jupyter Lab in your Saturn Cloud |