dstack icon indicating copy to clipboard operation
dstack copied to clipboard

dstack is an open-source alternative to Kubernetes, designed to simplify development, training, and deployment of AI across any cloud or on-prem. It supports NVIDIA, AMD, and TPU.

Results 325 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...

ux

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

Sometimes OCI's ListListings methods returns the first page with 0 entries, which leads to errors when creating instances with `dstack`. This commit fixes the issue by implementing pagination for this...

This issue outlines the major items planned for Q3 2024. For major bugs, see https://github.com/dstackai/dstack/labels/major ### Core features - [ ] `dstack apply` - #1571 - #1472 - #1671 -...

### Problem In order to get the most out of Runpod deployments, it would be amazing to have support for things like network storage, selecting specific data centers, or specifying...

feature

### Steps to reproduce Run any configuration on OCI ### Actual behaviour Sometimes trying an offer leads to this error: `Expected to find 1 listing by name dstack-0.4, found 0`....

bug

### Problem GCSFuse allows mounting a remote GCS bucket as a local filesystem and is a standard thing to do in HPC contexts. https://github.com/GoogleCloudPlatform/gcsfuse/issues/566 means that mounting a fuse system...

feature

### Problem For now I have to create some gateway via AWS or other supported cloud to start any service with dstack. But if I have on-prem pool of hardware,...

feature