Available templates
Bare Metal
Pick this when you install your own stack.nvidia-smi and docker work out of the box, so docker run --gpus all ... is usually the fastest way to bring your own environment.
PyTorch + Jupyter
JupyterLab opens in the browser with PyTorch and CUDA 12 ready. The app runs in a Docker container on the instance, so notebooks and files you create live inside that container. To move them to the host forscp or rsync, SSH in and use docker ps to find the container, then docker cp.
Open WebUI + Ollama
A chat interface backed by Ollama on your GPU. Open the app, choose Pull a model (for examplellama3 or qwen2.5), and start chatting once the download completes. Model downloads count against the instance disk.
ComfyUI
The node-based Stable Diffusion editor. Upload checkpoints and LoRAs through the app, orscp them to the instance and docker cp them into the ComfyUI models directory inside the container.
Reaching browser apps
App templates get a private URL underapp.quantacloud.net. When your deployment is Running, the Deployments page shows an Open Application button, and the deployment’s detail view an Open button named after the app.
- The URL is protected by your QuantaCloud login. Only the account that owns the deployment can open it.
- There is no separate app password to manage. If you are already logged in to the console, the app opens directly.
- The URL stops working when the deployment is stopped.
App templates take a few minutes longer than Bare Metal to reach Running while the container image is pulled. The deployment stays in Connecting until the app answers its health check.