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

1. apart from depends-on would be nice to have a textual representation of the dependency (name) 2. apart from run itself, it's tag may be helpful

dashboard

The command should work similarly to `dstack run` but instead of creating new jobs, it should change the existing jobs to the`Submitted` status.

cli

It will be great to have an option either to specify the time to launch for the run or just say "this run to start in 2 hours"

concept

Currently, if the dif is larger than 400KB, dstack CLI fails to submit the run.

## sample application ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Thu Sep 1 17:55:26 2022 @author: eafpres """ # #%% libraries # import pandas as pd...

Current behavior: Running dstack config over-writes the global config.yaml file Desired behavior: Create config.yaml per repo / project This facilitates running different jobs in different regions, using different accounts, etc.

cli

When trying to configure in a Linux (e.g. Ubuntu) instance in WSL (Windows Subsystem for Linux, in particular WSLg) config cannot find the AWS credentials in the windows path ```...

documentation

Sometimes, the user may want to watch the progress of running workflows in real-time. Currently, the easiest way to do it is by invoking the `dstack ps` command. However, in...

good first issue
cli