Pages List
List view
Quick Start
👉 ssh admin.hotaisle.app
- Log in to the ssh TUI and create an account
- In the TUI, request access by sharing what you’re working on (approval is instant).
- Add credits via credit card
- Start a virtual machine instantly
Next Steps
Oh hey 👋 — wondering what to do after you spin up your VM? We’ve got a few tips.
Your VM already comes with ROCm (usually a pretty recent version), and Docker is ready to roll since it’s the go-to for AMD tooling. AMD themselves suggest using their containers for development, because, let’s be real, installing everything by hand is still a major pain. The good news is that their provided documentation is well polished.
Quick intro to Docker by AMD:
Pro tip: start your container with an external volume so your work sticks around after the container exits.
If PyTorch is your mojo, check out AMD’s official guide:
👉 https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html
👉 https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/pytorch-install.html
If you’re more into TinyGrad, follow their setup here:
👉 https://github.com/tinygrad/tinygrad/#installation
👉 https://github.com/tinygrad/tinygrad/#installation
Want to get the most out of our VMs (and save some cash) by automating your deployment? Check out our tight integration with dstack:
Lastly, we do have our own well documented API for you to use: https://admin.hotaisle.app/api/docs/
Questions? hello@hotaisle.ai