Drop latest references to extras images

This commit is contained in:
Ettore Di Giacinto 2025-06-20 15:51:16 +02:00
parent 8131d11d1f
commit 79abe0ad77
2 changed files with 0 additions and 8 deletions

View file

@ -38,7 +38,6 @@ List of the Environment Variables:
The installer will automatically detect your GPU and select the appropriate image. By default, it uses the standard images without extra Python dependencies. You can customize the image selection using the following environment variables:
- `USE_EXTRAS=true`: Use images with extra Python dependencies (larger images, ~17GB)
- `USE_AIO=true`: Use all-in-one images that include all dependencies
- `USE_VULKAN=true`: Use Vulkan GPU support instead of vendor-specific GPU support

View file

@ -127,13 +127,6 @@ docker build -t localai .
docker run localai
```
There are some build arguments that can be used to customize the build:
| Variable | Default | Description |
| ---------------------| ------- | ----------- |
| `IMAGE_TYPE` | `extras` | Build type. Available: `core`, `extras` |
### Example: Build on mac
Building on Mac (M1, M2 or M3) works, but you may need to install some prerequisites using `brew`.