dstackai / dstack

dstack is a lightweight, open-source alternative to Kubernetes & Slurm, simplifying AI container orchestration with multi-cloud & on-prem support. It natively supports NVIDIA, AMD, & TPU.
https://dstack.ai/docs
Mozilla Public License 2.0
1.6k stars 157 forks source link

Support volumes for Lambda #1863

Open r4victor opened 1 month ago

r4victor commented 1 month ago

Volumes can be supported via File Systems. File Systems are persistent disks that can be mounted at fixed mount points of one or more VMs. It’s not possible to use a File System for root disk. File Systems are tied to regions. It’s not possible to access File System contents without attaching to it to a VM. The data may not be available if there is no capacity. File Systems have no size/limits (8 exabytes). They are mounted as Virtiofs. Pricing is $0.20/GB/month.

Since File Systems have no size/limits, it may not be possible to support volumes for Lambda on dstack Sky where we need to account for user spendings.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity.