I am trying to run Datalabs with the instructions documented here, whenever I try to start docker, it tells me my project cannot be found. I already set my project using
gcloud set project my-project
I looked at the datalabs/run.sh code from datalabs and it seems to get my projects with my e-mail using gcloud auth list --format="value(account)"
, if I run this in my terminal, I get a list of 3 emails, (I use various service accounts). Could this be the problem? This was working a month ago.