From 2266d8263c5beb8e4386de5c72a98c5d9f348e35 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 27 Mar 2024 22:48:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1bfe0b..3c5c1a52 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ For those in a hurry, here's a straightforward one-liner to launch a LocalAI AIO ```bash docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu # or, if you have an Nvidia GPU: -# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-aio-gpu-cuda12 +# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-aio-gpu-nvidia-cuda-12 ``` ## 🚀 [Features](https://localai.io/features/)