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

guide: multi-cmd example in a dvc.yaml sample #2070

Closed
jorgeorpinel opened this issue Jan 3, 2021 · 1 comment
Closed

guide: multi-cmd example in a dvc.yaml sample #2070

jorgeorpinel opened this issue Jan 3, 2021 · 1 comment
Labels
A: docs Area: user documentation (gatsby-theme-iterative) C: guide Content of /doc/user-guide p2-nice-to-have Less of a priority at the moment. We don't usually deal with this immediately. status: stale You've been groomed! type: enhancement Something is not clear, small updates, improvement suggestions

Comments

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Jan 3, 2021

From #2062 (review)

A sample dvc.yaml file in https://dvc.org/doc/user-guide/project-structure/pipelines-files could have a multi-cmd

(OUTDATED) The one in templating had this for some time but it was removed accidentally (it wasn't great anyway):

    cmd:
      - pip install -r requirements.txt
      - python train.py --out ${model_file}
    deps:
      - requirements.txt

Ideas for a real-life example in iterative/dvc#4373 (comment)

Script to look for examples in GH: https://gist.github.com/skshetry/94d04f5b505d84ea614834617d647cde

@jorgeorpinel jorgeorpinel added type: enhancement Something is not clear, small updates, improvement suggestions A: docs Area: user documentation (gatsby-theme-iterative) labels Jan 3, 2021
@jorgeorpinel jorgeorpinel changed the title Multi-cmd example in dvc.yaml guide guie: Multi-cmd example in main dvc.yaml sample Jan 3, 2021
@jorgeorpinel jorgeorpinel changed the title guie: Multi-cmd example in main dvc.yaml sample guide: Multi-cmd example in main dvc.yaml sample Jan 3, 2021
@jorgeorpinel jorgeorpinel added the 🐛 type: bug Something isn't working. label Jan 3, 2021
@jorgeorpinel jorgeorpinel added 2.0 release and removed 🐛 type: bug Something isn't working. labels May 10, 2021
@jorgeorpinel jorgeorpinel changed the title guide: Multi-cmd example in main dvc.yaml sample guide: multi-cmd example in main dvc.yaml sample May 10, 2021
@iesahin iesahin removed the dvc label Oct 14, 2021
@iesahin iesahin added the C: guide Content of /doc/user-guide label Oct 21, 2021
@jorgeorpinel jorgeorpinel changed the title guide: multi-cmd example in main dvc.yaml sample guide: multi-cmd example in main dvc.yaml sample Mar 15, 2022
@jorgeorpinel jorgeorpinel changed the title guide: multi-cmd example in main dvc.yaml sample guide: multi-cmd example in a dvc.yaml sample Mar 15, 2022
@jorgeorpinel jorgeorpinel added the p2-nice-to-have Less of a priority at the moment. We don't usually deal with this immediately. label Mar 15, 2022
@jorgeorpinel
Copy link
Contributor Author

Let's wait to do this if users report the feature being confusing/unknown (it's mentioned under the Stage entries spec for now).

@jorgeorpinel jorgeorpinel added the status: stale You've been groomed! label Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: docs Area: user documentation (gatsby-theme-iterative) C: guide Content of /doc/user-guide p2-nice-to-have Less of a priority at the moment. We don't usually deal with this immediately. status: stale You've been groomed! type: enhancement Something is not clear, small updates, improvement suggestions
Projects
None yet
Development

No branches or pull requests

2 participants