From 79abe0ad77a5abccb44f4ae1fa0306780b53b208 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 20 Jun 2025 15:51:16 +0200 Subject: [PATCH] Drop latest references to extras images --- docs/content/docs/advanced/installer.md | 1 - docs/content/docs/getting-started/build.md | 7 ------- 2 files changed, 8 deletions(-) diff --git a/docs/content/docs/advanced/installer.md b/docs/content/docs/advanced/installer.md index 242ea7f93..cd84c9f7d 100644 --- a/docs/content/docs/advanced/installer.md +++ b/docs/content/docs/advanced/installer.md @@ -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 diff --git a/docs/content/docs/getting-started/build.md b/docs/content/docs/getting-started/build.md index cfec79f04..f3287f760 100644 --- a/docs/content/docs/getting-started/build.md +++ b/docs/content/docs/getting-started/build.md @@ -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`.