Skip to content

Instantly share code, notes, and snippets.

@cfljam
Created April 29, 2021 09:32
Show Gist options
  • Save cfljam/168bb27defd5f05714e13542a3cd4841 to your computer and use it in GitHub Desktop.
Save cfljam/168bb27defd5f05714e13542a3cd4841 to your computer and use it in GitHub Desktop.
the way to create a DVC pipeline whose outputs are excluded from the repo and cache:
dvc run -n name -d deps --always-changed -O outputs
echo '/outputs' >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment