I am using Google Colab in combination with a Custom GCE VM based on the instructions here. I now need a way to retrieve files from the VM without using the Colab interface due to a bug described in this issue and this issue. I've reviewed the answers from this similar question about file storage on hosted instances, but I don't think it helps me in this case.
I've attempted to SSH into the machine to find files, but I can't locate the /content
directory that I expect to see in root
. After digging through the file system I found the /mnt/stateful_partition/var/lib/docker
directory is using the amount of disk space I expect to reflect the size of the data with a file object called colab-vmdisk
that looks promising. I'm not sure how to proceed, but given the file path I expect there's a docker-based solution here that I don't know.