dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
7 stars 2 forks source link

Set up cloud container build process #206

Closed dchaley closed 3 months ago

dchaley commented 3 months ago

My laptop really doesn't like building & uploading these big containers.

It would be faster & more convenient to use Cloud Build or something.

lynnlangit commented 3 months ago

My laptop really doesn't like building & uploading these big containers.

It would be faster & more convenient to use Cloud Build or something.

Start here --> https://cloud.google.com/build/docs/build-push-docker-image

dchaley commented 3 months ago

Created new robot account: deepcell-imaging-bot
Credentials in David's 1password 😁 🔒

dchaley commented 3 months ago

We were unable to automate CI/CD via Github Triggers, because the bot doesn't have the "admin" role.

However, there is no such thing as roles for personal repositories. I think we need to make a new organization, move the repo there, and make the bot an admin at that point.

For now, we're just committing a script that simplifies the process of launching a cloud build.