dstack icon indicating copy to clipboard operation
dstack copied to clipboard

An open-source container orchestration engine for running AI workloads in any cloud or data center. https://discord.gg/u8SmfwPpMd

Results 124 dstack issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce 1. Start a server 2. Create a gateway 3. Kill the server process 4. Restart the server ### Actual behaviour ``` [08:37:21] INFO Applying ~/.dstack/server/config.yml... INFO...

bug
troubleshooting

### Steps to reproduce An example for a datacrunch provider: - Using the web interface, locate the GPU that is available in all regions. - Run the command `dstack run...

bug

## Current The user can filter instance offers by region or instance type, e.g.: ```shell dstack run . --region westus3 ``` However, the current implementation always prepares offers for all...

enhancement

Currently, dstack's retry policy is very limited – it only works for interrupted spot jobs (despite its description that the run is retried on failure). To make retry policy useful,...

feature