From 927e3ba4a45115c015a4cb06a06eb73e8715484a Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Wed, 22 Nov 2023 14:32:09 -0500 Subject: [PATCH] tag image with correct version when building with `build_docker` script --- scripts/build_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_docker.sh b/scripts/build_docker.sh index 9cfb4113..0c795fb4 100755 --- a/scripts/build_docker.sh +++ b/scripts/build_docker.sh @@ -13,5 +13,5 @@ docker buildx build \ --cache-from type=local,src=.cache \ --cache-to type=local,dest=.cache \ -f Dockerfile \ - -t ollama \ + -t ollama/ollama:$VERSION \ .