diff --git a/README.md b/README.md index 5c7e31b..1b0b080 100644 --- a/README.md +++ b/README.md @@ -198,16 +198,19 @@ gooey-gpu also provides a small python helper library to make it easy to write c 10. Once you are confident that the model is working as expected, upload the docker image to a container registry. + For exaxmple, if building the 5th version of `gooey-gpu-common` from the `common` directory: + ```bash - docker tag gooey-gpu-common /: - docker push /: + docker build -f common/Dockerfile -t gooey-gpu-common . + docker tag gooey-gpu-common /gooey-gpu-common:5 + docker push /gooey-gpu-common:5 ``` You might need to login to your container registry before pushing the image. Eg for azure: ```bash az acr login --name ``` -11. Update the `model-values.yaml` file with the new image (or create a new file) +12. Update the `model-values.yaml` file with the new image (or create a new file) - Under `rabbitmqAutoscaling`, add the new env var name ```yaml rabbitmqAutoscaling: