Quickstart with AMD
Start your container with an external volume so your work remains available after the container exits.
View Docker guideQuick start

Self-service AMD GPU compute with no sales handoff in the way.
01
Log in to the terminal UI and create a team.
02
Add credits with Stripe or crypto stablecoins (USDT and USDC).
03
Choose a GPU configuration and start your isolated compute.
After launch
Your VM already comes with a recent ROCm setup, and Docker or Podman is ready to go. AMD recommends using their dev containers, which is a lot easier than installing everything by hand, and their docs are solid. If you have any feedback, we’d be happy to pass it along to them.
Start your container with an external volume so your work remains available after the container exits.
View Docker guideAutomate deployments and make better use of your VM capacity with our dstack API integration.
View dstack integrationBuild a private ChatGPT-style interface with Open WebUI, vLLM, and an SSH tunnel to your GPU VM.
Read blog postConnect OpenCode to a self-hosted vLLM server on Hot Aisle with SSH tunneling and AMD MI300X GPUs.
Read blog postUse AMD’s official installation guide to get PyTorch running with ROCm.
View PyTorch guideFollow the TinyGrad project setup instructions for an alternative lightweight stack.
View TinyGrad repositoryProgrammatic access
The same platform is available through the API, CLI, and cloud-init templates.
Reference the Hot Aisle API directly from your application or automation.
Read API docsUse the command line to inspect and manage compute from your terminal.
View CLIConfigure an instance at first boot with repeatable cloud-init templates.
View templatesQuestions