mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-20 13:13:11 +00:00
doc(quickstart): fix typo
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
ed13782986
commit
74492a81c7
@ -61,10 +61,14 @@ Or with a docker-compose file:
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: localai/localai:{{< version >}}-aio-cpu
|
image: localai/localai:latest-aio-cpu
|
||||||
|
# For a specific version:
|
||||||
|
# image: localai/localai:{{< version >}}-aio-cpu
|
||||||
# For Nvidia GPUs decomment one of the following (cuda11 or cuda12):
|
# For Nvidia GPUs decomment one of the following (cuda11 or cuda12):
|
||||||
# image: localai/localai:{{< version >}}-aio-gpu-cuda-11
|
# image: localai/localai:{{< version >}}-aio-gpu-nvidia-cuda-11
|
||||||
# image: localai/localai:{{< version >}}-aio-gpu-cuda-12
|
# image: localai/localai:{{< version >}}-aio-gpu-nvidia-cuda-12
|
||||||
|
# image: localai/localai:latest-aio-gpu-nvidia-cuda-11
|
||||||
|
# image: localai/localai:latest-aio-gpu-nvidia-cuda-12
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/readyz"]
|
||||||
interval: 1m
|
interval: 1m
|
||||||
|
Loading…
Reference in New Issue
Block a user