remove start ollama in windows scritp

This commit is contained in:
martin legrand 2025-05-05 18:04:07 +02:00
parent dc6eef8031
commit df645f9a02

View File

@ -1,8 +1,5 @@
@echo off
REM Up the provider in windows
start ollama serve
docker-compose up
if %ERRORLEVEL% neq 0 (
echo Error: Failed to start containers. Check Docker logs with 'docker compose logs'.