From 132da1ec5f8206e96e0bc9ec9055deed200146e9 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Tue, 27 Feb 2024 21:50:00 +0100 Subject: [PATCH] testing if the ci/cd works --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index f2afa9d..824a8cd 100644 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,6 @@ # run using docker docker build -t valiantlynx/ollama-docker . +#start ollama nd ollama webui then: docker run --name ollama-docker-container -d -p 8000:8000 -v $(pwd):/code valiantlynx/ollama-docker:latest #connect to turborepo