From 083b0a6b1fbd9d9cdb8963806f3c0a5a5b54d293 Mon Sep 17 00:00:00 2001 From: JMGaljaard Date: Mon, 26 Sep 2022 12:19:38 +0200 Subject: [PATCH] update description docker push in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92c5b98..0cfc70b7 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ Afterwards, we can run the following commands to build the Docker container. With the use of BuildKit, consecutive builds allow to use cached requirements. Speeding up your builds when adding Python dependencies to your project. +N.B. make sure to have run `gcloud auth configure-docker`, and allow Docker to run sudo-less [link](https://cloud.google.com/artifact-registry/docs/docker/authentication). ```bash DOCKER_BUILDKIT=1 docker build --platform linux/amd64 . --tag gcr.io//fltk docker push gcr.io//fltk