mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-23 11:15:00 +00:00
Drop latest references to extras images
This commit is contained in:
parent
8131d11d1f
commit
79abe0ad77
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue