Closed sezeristif closed 2 years ago
@sezeristif the repo has some submodules. The README is missing the step to init and update the submodules.
Run this from the root of the selkies-vdi repo:
git submodule update --init
After that you can re-run the cloud build submit and it should work.
While trying to run selkies-vdi I got stuck in this step:
gcloud builds submit --substitutions=_REGION=${REGION}
So far I have deployed Selkies to google cloud.
gcloud container node-pools list --cluster broker-${REGION?} --region ${REGION?} --filter name~gpu-cos
)These are the build logs:
Looks like it fails on step 34 xpra image building. I would really appreciate it if someone could help me figure out what this problem is caused by.