Authorizations
API key must be provided in the Authorization header
Body
Name of the template
Docker image path. Used when launching instances from this template.
Docker image tag specifying version of the image This can be included in the image instead of here
Environment variables
Example : { "HF_TOKEN": "hf_xxx123456789", "MODEL_ID": "TheBloke/Llama-2-7B-Chat-GPTQ", }
Commands to run when instance starts
Example : env | grep _ >> /etc/environment; echo 'starting up'
Type of instance runtime
ssh, jupyter, args Enable direct SSH connection
Enable direct Jupyter connection
Directory to launch Jupyter from
Example : /home/notebooks
Use JupyterLab instead of Jupyter Notebook
Name of the private Docker repo (i.e docker.io)
Username for private Docker repo
Access token or password for private Docker repo.
Additional machine search filters
Recommended disk space in GB. Defaults to 16GB if not specified.