Skip to content

Commit

Permalink
update description docker push in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Sep 26, 2022
1 parent 0c1df18 commit 083b0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<project-id>/fltk
docker push gcr.io/<project-id>/fltk
Expand Down

0 comments on commit 083b0a6

Please sign in to comment.