Created
July 14, 2023 11:32
-
-
Save bmmalone/7828a72fbd2b2dfe11c83e036708d6d4 to your computer and use it in GitHub Desktop.
A simple dvc config file for a shared cache, as well as sample commands to create and assign appropriate groups for the cache folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
analytics = false | |
remote = remote_storage | |
[cache] | |
dir = /srv/dvc-cache | |
shared = group | |
type = symlink | |
['remote "remote_storage"'] | |
url = gs://my-dvc-shared-bucket/dvc-cache-folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment