Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom run names #595

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Support custom run names #595

merged 2 commits into from
Jul 27, 2023

Conversation

r4victor
Copy link
Collaborator

Closes #418

The PR adds --name argument to dstack run so it's possible to specify custom run name:

✗ dstack run . --name ml_dev_env

dstack will execute the following plan:

 CONFIGURATION  USER   PROJECT  INSTANCE  RESOURCES       SPOT POLICY  BUILD 
 .dstack.yml    admin  local    -         4xCPUs, 9951MB  on-demand    No    

Continue? [y/n]: y

Provisioning...

 RUN         USER   INSTANCE  SPOT  STATUS     SUBMITTED 
 ml_dev_env  admin  -         no    Submitted  now 

@r4victor r4victor merged commit b5bb405 into master Jul 27, 2023
28 checks passed
@peterschmidt85 peterschmidt85 deleted the issue_418_custom_run_names branch October 4, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Issue draft] Allow the user to override the run name (unique within the repo)
1 participant