diff --git a/docker-compose.intel.yaml b/docker-compose.intel.yaml index 312ec30..e509b0e 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-ffmpeg-core + image: localai/localai:master-sycl-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 cd7f4b7..65f6426 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-ffmpeg-core + image: localai/localai:master-cublas-cuda12 # For images with python backends, use: # image: localai/localai:master-cublas-cuda12-ffmpeg deploy: