fixup! fixup! fixup! Initial checkin

This commit is contained in:
Ryan Turner
2025-01-04 20:18:35 -06:00
parent d3f07ae524
commit 70e11117f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ services:
expose:
- 11434
healthcheck:
test: "apt update && apt install curl -y && curl -f http://localhost:11434/api/tags | grep -q llama3.2:3b"
test: "apt update && apt install curl -y && curl -f http://localhost:11434/api/tags | grep -q llama3.3:3b"
interval: 30s
timeout: 10s
retries: 20
+2 -2
View File
@@ -8,8 +8,8 @@ pid=$!
# Pause for Ollama to start.
sleep 5
echo "🔴 Retrieve llama3.2:3b model..."
ollama pull llama3.2:3b
echo "🔴 Retrieve llama3.3:3b model..."
ollama pull llama3.3:3b
echo "🟢 Done!"
# Wait for Ollama process to finish.