Dvc
Useful concepts and snippets for using dvc
Add new changes
dvc commit # on a dvc init repoAdd ssh remote storage
dvc remote add -d NAMEREMOTE ssh://USER@SERVER/PATH
dvc remote modify NAMEREMOTE keyfile PATH/TO/.pem
# dvc push
# dvc pullLast updated
Was this helpful?