Adding Startup scripts
You can add upto 3 startup scripts here and choose 1 during launch which will be executed at the start of every jarvislabs.ai instance.
What is a script?
It is a shell script containing instructions to do certain operations like
- Installing libraries
- Cloning git repos
- Downloading datasets
- Training your model
- Get creative
A simple example of a startup script, which installs a specific version of Pytorch.
pip3 install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio==0.10.1+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
Add/Delete scripts
The script page shows all the startup scripts you have in your account. You can add/delete the scripts from here.
danger
Maximum of 3 scripts allowed per account