Remove ollama container health checks - not working in gh actions environment

This commit is contained in:
Mark Pollack
2024-11-19 10:04:14 -05:00
parent cf96f3f075
commit 0daeaf2d93

View File

@@ -15,11 +15,7 @@ jobs:
image: ollama/ollama:latest
ports:
- 11434:11434
options: >-
--health-cmd="curl --fail http://localhost:11434/api/tags || exit 1"
--health-interval=10s
--health-timeout=5s
--health-retries=5
env:
OLLAMA_TESTS_ENABLED: true
OLLAMA_WITH_REUSE: true