From 702c571b6a2afdd3b658ad7db5787072920e892d Mon Sep 17 00:00:00 2001 From: mlpierce22 Date: Sun, 11 Feb 2024 04:28:07 +0000 Subject: [PATCH] Updated Docker image to mlpierce22\/tea:1dc4b8b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd1c9f..0dbd35e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ docker run -d \ -v $(pwd):/mount \ -p 11434:11434 \ -e MODEL=deepseek-coder:6.7b-instruct \ - --name tea mlpierce22/tea:0.0.1 + --name tea mlpierce22/tea:1dc4b8b ``` 3. Add a `` component into your `Vue` template like you were creating a component and save. Generation should begin!