diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 0dc7192d965..0d69f667819 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 10.18.0 +version: 10.19.0 diff --git a/charts/stable/local-ai/questions.yaml b/charts/stable/local-ai/questions.yaml index 806ef9a1e4f..128e582861d 100644 --- a/charts/stable/local-ai/questions.yaml +++ b/charts/stable/local-ai/questions.yaml @@ -26,6 +26,12 @@ questions: description: Cublas Cuda 11 - value: cublasCuda11FfmpegImage description: Cublas Cuda 11 FFmpeg + - value: allInOneCuda12Image + description: All-in-one Cuda 12 + - value: allInOneCuda11Image + description: All-in-one Cuda 11 + - value: allInOneCpuImage + description: All-in-one CPU # Include{containerBasic} # Include{containerAdvanced} - variable: localai diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 6aed666f683..7aa3ed96fdd 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -22,6 +22,18 @@ cublasCuda11FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent tag: v2.16.0-cublas-cuda11-ffmpeg-core@sha256:8e90cd63d3a904d980a2a3ba5c1a78379cf9f4d37afff02d1c00a7aec279c146 +allInOneCuda12Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.16.0-aio-gpu-nvidia-cuda-12@sha256:7c0f92e7a12593da8bb7dae41d44219913cab35ede90b340b0d4b1e1d5e0eab3 +allInOneCuda11Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.16.0-aio-gpu-nvidia-cuda-11@sha256:5c52b338d391c2683c63fd0e382fc6c22cc1f9305701f00aa8cb9fc4a10eb37e +allInOneCpuImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.16.0-aio-cpu@sha256:e3c8e59b16e12f863a2590c15a21fbe1d45bda92c6a300604a833e9bc46b08ca securityContext: container: runAsNonRoot: false