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