You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, dstack supports profiles inside the repo: .dstack/profiles.yml. Do you suggest also supporting profiles defined under the user home directory (~/.dstack/profiles.yml)?
Problem
Some instance types aren't repo or project specific ("cheap 24Gb GPU" is something that any project might find useful for example).
Being able to have a global profile that can be passed to
dstack run
would be great for sharing profiles between runs.This is related, but not exactly similar to #943.
Solution
Allow global profiles in ~/.dstack.
Benefit
Easier instance type management.
Alternatives
copy .dstack/profile between projects as you need them.
Would you like to help contributing this feature?
Yes
The text was updated successfully, but these errors were encountered: