Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.7 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.7 KB
icon
robot-astromech

Getting Started

There are a couple ways to get started building with Dstack.

  • Start from Scratch
  • Build from a Template

Before diving into the these steps, lets take a look at the requirements needed to build on Dstack.

Requirements

  • Docker(Docker Desktop or OrbStack): Dstack supports the deployment of ANY Docker images. Check out how to build & publish to Docker Hub (i.e. Docker Tutorial)
  • With full Docker support, you can build in ANY language you prefer**.** We have built out an SDK to make it easy for TypeScript/JavaScript and Python programs to call the Dstack SDK functions, but this can be done for ANY programming language.
  • For deployment on Real TEE Server, must publish docker image with OS/arch linux/amd64. For local TEE simulator, you can build in ANY OS/arch since they won't be running on real TEE hardware.
Start From Scratchstart-from-scratch.md
Build From Templatebuild-from-template.md