I am running dvc inside a container where .dvc folder is read only. Whenever I try to do a dvc pull, it will try to crate .dvc/tmp
which is not possible. How can I configure this location to /tmp? I have tried to set state.dir
and index.dir
but that is not enough. As it wants to write the .dvc/tmp/lock
file in there.
How to modify .dvc/tmp location
22 views Asked by Chris At
0