diff --git a/docker-compose.intel.yaml b/docker-compose.intel.yaml index e509b0e..c69d069 100644 --- a/docker-compose.intel.yaml +++ b/docker-compose.intel.yaml @@ -6,7 +6,7 @@ services: environment: - LOCALAI_SINGLE_ACTIVE_BACKEND=true - DEBUG=true - image: localai/localai:master-sycl-f32 + image: localai/localai:master-gpu-intel-f32 devices: # On a system with integrated GPU and an Arc 770, this is the Arc 770 - /dev/dri/card1 diff --git a/docker-compose.nvidia.yaml b/docker-compose.nvidia.yaml index 65f6426..4ee4cf2 100644 --- a/docker-compose.nvidia.yaml +++ b/docker-compose.nvidia.yaml @@ -6,7 +6,7 @@ services: environment: - LOCALAI_SINGLE_ACTIVE_BACKEND=true - DEBUG=true - image: localai/localai:master-cublas-cuda12 + image: localai/localai:master-gpu-nvidia-cuda12 # For images with python backends, use: # image: localai/localai:master-cublas-cuda12-ffmpeg deploy: diff --git a/docker-compose.yaml b/docker-compose.yaml index 64ab018..fee5e3b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,6 +23,7 @@ services: #- LOCALAI_API_KEY=sk-1234567890 volumes: - ./volumes/models:/build/models:cached + - ./volumes/backends:/build/backends:cached - ./volumes/images:/tmp/generated/images localrecall: