Currently we do not support NFS remotes natively, but it is pretty easy to workaround that by mounting nfs location to some local directory/folder and specifying it as a local remote in dvc. For example, if you have your nfs location mounted to /mnt/nfsshare(or something like Z:\\ on Windows), then you can simply use dvc remote add -d /mnt/nfsshare(or dvc remote add -d Z:\` on Windows) to add it as a remote.
That being said, it would still be very useful to have a native support for it.
Currently we do not support NFS remotes natively, but it is pretty easy to workaround that by mounting nfs location to some local directory/folder and specifying it as a local remote in dvc. For example, if you have your nfs location mounted to
/mnt/nfsshare(or something likeZ:\\on Windows), then you can simply usedvc remote add -d /mnt/nfsshare(ordvc remote add -dZ:\` on Windows) to add it as a remote.That being said, it would still be very useful to have a native support for it.