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

Currently the following workflow will result in empty artifacts: ```yaml - name: setup-conda help: setup Conda env as artifact for reuse by mounting provider: bash commands: - conda env create...

runner

It is common practice to append to PATH like `PATH=/opt/conda/envs/mnist/bin:$PATH`. However using this in the workflow file `env` seems ~seems to replace PATH literally without variable interpolation for `$PATH`.~ the...

cli

After we finish [pool support](https://github.com/dstackai/dstack/issues/790), we will be ready to add our own servers to the pool. This is necessary for a particular set of users that have their own...

### Steps to reproduce 1. Get a git repo from any self-hosted or lesser-known repo hosting system that doesn't use `//.git` URL paths, e.g. self-hosted BitBucket, Pagure, cgit, etc. ```shell...

bug

Currently, if `dstack server` can't configure a backend, it shows only an warning message: ``` dstack._internal.server.services.config Failed to configure backend gcp: Invalid credentials ``` It should log this as an...

stale
major

### Steps to reproduce https://github.com/dstackai/dstack/blob/087b090582d60b933c00112cd4f4307220bf0c70/runner/README.md ### Actual behaviour The run is stuck in status `provisioning` for a few minutes and then errors out. CLI: ``` Cannot create container. Error: Failed...

bug
stale