DVC remotes in action
In this exercise, you'll learn how to set up and use DVC remotes to store and share your datasets securely. Whether it's a colleague across the globe or your future self working on the project, DVC remotes ensure that your data is readily accessible and up-to-date. This exercise already has DVC initialized and the dataset added to DVC cache. We will be limiting ourselves to DVC remotes set up on a local filesystem.
The syntax for adding a default DVC remote is
dvc remote add -d --local <remote_name> </path/to/folder>
where -d
indicates the default DVC remote, and --local
indicates that the DVC remote is pointed locally.
This exercise is part of the course
CI/CD for Machine Learning
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
