From 1ccd64ff6a1c183b1d910a3cec63461678eebf95 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 19 Jun 2025 22:04:28 +0200 Subject: [PATCH] chore: drop extras references from docs Signed-off-by: Ettore Di Giacinto --- .devcontainer/docker-compose-devcontainer.yml | 1 - docs/content/docs/advanced/installer.md | 1 - .../docs/getting-started/container-images.md | 9 --------- docs/static/install.sh | 15 --------------- 4 files changed, 26 deletions(-) diff --git a/.devcontainer/docker-compose-devcontainer.yml b/.devcontainer/docker-compose-devcontainer.yml index 7ef22099..65e9b5c1 100644 --- a/.devcontainer/docker-compose-devcontainer.yml +++ b/.devcontainer/docker-compose-devcontainer.yml @@ -6,7 +6,6 @@ services: target: devcontainer args: - FFMPEG=true - - IMAGE_TYPE=extras - GO_TAGS=p2p tts env_file: - ../.env diff --git a/docs/content/docs/advanced/installer.md b/docs/content/docs/advanced/installer.md index e473c090..242ea7f9 100644 --- a/docs/content/docs/advanced/installer.md +++ b/docs/content/docs/advanced/installer.md @@ -23,7 +23,6 @@ List of the Environment Variables: |----------------------|--------------------------------------------------------------| | **DOCKER_INSTALL** | Set to "true" to enable the installation of Docker images. | | **USE_AIO** | Set to "true" to use the all-in-one LocalAI Docker image. | -| **USE_EXTRAS** | Set to "true" to use images with extra Python dependencies. | | **USE_VULKAN** | Set to "true" to use Vulkan GPU support. | | **API_KEY** | Specify an API key for accessing LocalAI, if required. | | **PORT** | Specifies the port on which LocalAI will run (default is 8080). | diff --git a/docs/content/docs/getting-started/container-images.md b/docs/content/docs/getting-started/container-images.md index 89190ec0..b0b7be9d 100644 --- a/docs/content/docs/getting-started/container-images.md +++ b/docs/content/docs/getting-started/container-images.md @@ -150,10 +150,6 @@ The AIO Images are inheriting the same environment variables as the base images Standard container images do not have pre-installed models. -Images are available with and without python dependencies (images with the `extras` suffix). Note that images with python dependencies are bigger (in order of 17GB). - -Images with `core` in the tag are smaller and do not contain any python dependencies. - {{< tabs tabTotal="8" >}} {{% tab tabName="Vanilla / CPU Images" %}} @@ -171,7 +167,6 @@ Images with `core` in the tag are smaller and do not contain any python dependen | --- | --- |-------------------------------------------------------------| | Latest images from the branch (development) | `quay.io/go-skynet/local-ai:master-cublas-cuda11` | `localai/localai:master-cublas-cuda11` | | Latest tag | `quay.io/go-skynet/local-ai:latest-gpu-nvidia-cuda-11` | `localai/localai:latest-gpu-nvidia-cuda-11` | -| Latest tag with extras | `quay.io/go-skynet/local-ai:latest-gpu-nvidia-cuda-11-extras` | `localai/localai:latest-gpu-nvidia-cuda-11-extras` | | Versioned image | `quay.io/go-skynet/local-ai:{{< version >}}-cublas-cuda11` | `localai/localai:{{< version >}}-cublas-cuda11` | {{% /tab %}} @@ -182,7 +177,6 @@ Images with `core` in the tag are smaller and do not contain any python dependen | --- | --- |-------------------------------------------------------------| | Latest images from the branch (development) | `quay.io/go-skynet/local-ai:master-cublas-cuda12` | `localai/localai:master-cublas-cuda12` | | Latest tag | `quay.io/go-skynet/local-ai:latest-gpu-nvidia-cuda-12` | `localai/localai:latest-gpu-nvidia-cuda-12` | -| Latest tag with extras | `quay.io/go-skynet/local-ai:latest-gpu-nvidia-cuda-12-extras` | `localai/localai:latest-gpu-nvidia-cuda-12-extras` | | Versioned image | `quay.io/go-skynet/local-ai:{{< version >}}-cublas-cuda12` | `localai/localai:{{< version >}}-cublas-cuda12` | {{% /tab %}} @@ -193,7 +187,6 @@ Images with `core` in the tag are smaller and do not contain any python dependen | --- | --- |-------------------------------------------------------------| | Latest images from the branch (development) | `quay.io/go-skynet/local-ai:master-sycl-f16` | `localai/localai:master-sycl-f16` | | Latest tag | `quay.io/go-skynet/local-ai:latest-gpu-intel-f16` | `localai/localai:latest-gpu-intel-f16` | -| Latest tag with extras | `quay.io/go-skynet/local-ai:latest-gpu-intel-f16-extras` | `localai/localai:latest-gpu-intel-f16-extras` | | Versioned image | `quay.io/go-skynet/local-ai:{{< version >}}-sycl-f16` | `localai/localai:{{< version >}}-sycl-f16` | {{% /tab %}} @@ -204,7 +197,6 @@ Images with `core` in the tag are smaller and do not contain any python dependen | --- | --- |-------------------------------------------------------------| | Latest images from the branch (development) | `quay.io/go-skynet/local-ai:master-sycl-f32` | `localai/localai:master-sycl-f32` | | Latest tag | `quay.io/go-skynet/local-ai:latest-gpu-intel-f32` | `localai/localai:latest-gpu-intel-f32` | -| Latest tag with extras | `quay.io/go-skynet/local-ai:latest-gpu-intel-f32-extras` | `localai/localai:latest-gpu-intel-f32-extras` | | Versioned image | `quay.io/go-skynet/local-ai:{{< version >}}-sycl-f32` | `localai/localai:{{< version >}}-sycl-f32` | {{% /tab %}} @@ -215,7 +207,6 @@ Images with `core` in the tag are smaller and do not contain any python dependen | --- | --- |-------------------------------------------------------------| | Latest images from the branch (development) | `quay.io/go-skynet/local-ai:master-hipblas` | `localai/localai:master-hipblas` | | Latest tag | `quay.io/go-skynet/local-ai:latest-gpu-hipblas` | `localai/localai:latest-gpu-hipblas` | -| Latest tag with extras | `quay.io/go-skynet/local-ai:latest-gpu-hipblas-extras` | `localai/localai:latest-gpu-hipblas-extras` | | Versioned image | `quay.io/go-skynet/local-ai:{{< version >}}-hipblas` | `localai/localai:{{< version >}}-hipblas` | {{% /tab %}} diff --git a/docs/static/install.sh b/docs/static/install.sh index 169868e5..7f825835 100755 --- a/docs/static/install.sh +++ b/docs/static/install.sh @@ -16,7 +16,6 @@ # Environment Variables: # DOCKER_INSTALL - Set to "true" to install Docker images (default: auto-detected) # USE_AIO - Set to "true" to use the all-in-one LocalAI image (default: false) -# USE_EXTRAS - Set to "true" to use images with extra Python dependencies (default: false) # USE_VULKAN - Set to "true" to use Vulkan GPU support (default: false) # API_KEY - API key for securing LocalAI access (default: none) # PORT - Port to run LocalAI on (default: 8080) @@ -160,7 +159,6 @@ uninstall_localai() { # DOCKER_INSTALL - set to "true" to install Docker images # USE_AIO - set to "true" to install the all-in-one LocalAI image -# USE_EXTRAS - set to "true" to use images with extra Python dependencies # USE_VULKAN - set to "true" to use Vulkan GPU support PORT=${PORT:-8080} @@ -175,7 +173,6 @@ fi DOCKER_INSTALL=${DOCKER_INSTALL:-$docker_found} USE_AIO=${USE_AIO:-false} -USE_EXTRAS=${USE_EXTRAS:-false} USE_VULKAN=${USE_VULKAN:-false} API_KEY=${API_KEY:-} CORE_IMAGES=${CORE_IMAGES:-false} @@ -676,10 +673,6 @@ install_docker() { elif [ "$HAS_CUDA" ]; then # Default to CUDA 12 IMAGE_TAG=${LOCALAI_VERSION}-cublas-cuda12 - # EXTRAS - if [ "$USE_EXTRAS" = true ]; then - IMAGE_TAG=${LOCALAI_VERSION}-cublas-cuda12-extras - fi # AIO if [ "$USE_AIO" = true ]; then IMAGE_TAG=${LOCALAI_VERSION}-aio-gpu-nvidia-cuda-12 @@ -706,10 +699,6 @@ install_docker() { -d -p $PORT:8080 --name local-ai localai/localai:$IMAGE_TAG $STARTCOMMAND elif [ "$HAS_AMD" ]; then IMAGE_TAG=${LOCALAI_VERSION}-hipblas - # EXTRAS - if [ "$USE_EXTRAS" = true ]; then - IMAGE_TAG=${LOCALAI_VERSION}-hipblas-extras - fi # AIO if [ "$USE_AIO" = true ]; then IMAGE_TAG=${LOCALAI_VERSION}-aio-gpu-hipblas @@ -728,10 +717,6 @@ install_docker() { elif [ "$HAS_INTEL" ]; then # Default to FP32 for better compatibility IMAGE_TAG=${LOCALAI_VERSION}-sycl-f32 - # EXTRAS - if [ "$USE_EXTRAS" = true ]; then - IMAGE_TAG=${LOCALAI_VERSION}-sycl-f32-extras - fi # AIO if [ "$USE_AIO" = true ]; then IMAGE_TAG=${LOCALAI_VERSION}-aio-gpu-intel-f32