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

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
stale

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