diff --git a/obico/docker-compose.yml b/obico/docker-compose.yml index cd9bc31..73bade6 100644 --- a/obico/docker-compose.yml +++ b/obico/docker-compose.yml @@ -7,9 +7,10 @@ services: - obico-internal obico: - # :cuda tag attempts GPU but falls back to CPU if CUDA version mismatch - # (libcudart.so.11.0 required; GTX 1660 SUPER with driver 590 has CUDA 12). - # ML inference still works on CPU - adequate for a single printer. + # :cuda tag falls back to CPU anyway on this GPU (libcudart.so.11.0 + # required; GTX 1660 SUPER with driver 590 has CUDA 12) - adequate for a + # single printer. No GPU reservation here so it doesn't reserve VRAM + # ollama needs for its own model (was forcing partial CPU offload there). image: ghcr.io/imagegenius/obico:cuda container_name: obico restart: unless-stopped @@ -33,13 +34,6 @@ services: - /srv/obico/config/model_cache:/model_cache/ml_api ports: - "3334:3334" - deploy: - resources: - reservations: - devices: - - driver: nvidia - count: 1 - capabilities: [gpu] networks: - npm-network - obico-internal