mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-20 05:07:54 +00:00
Update README.md
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
f03bbf3188
commit
46847f3bd4
@ -56,14 +56,16 @@ curl https://localai.io/install.sh | sh
|
|||||||
|
|
||||||
Or run with docker:
|
Or run with docker:
|
||||||
```bash
|
```bash
|
||||||
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu
|
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-cpu
|
||||||
# Alternative images:
|
# Alternative images:
|
||||||
# - if you have an Nvidia GPU:
|
# - if you have an Nvidia GPU:
|
||||||
# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-aio-gpu-nvidia-cuda-12
|
# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12
|
||||||
# - without preconfigured models
|
# - without preconfigured models
|
||||||
# docker run -ti --name local-ai -p 8080:8080 localai/localai:latest
|
# docker run -ti --name local-ai -p 8080:8080 localai/localai:latest
|
||||||
# - without preconfigured models for Nvidia GPUs
|
# - without preconfigured models for Nvidia GPUs
|
||||||
# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12
|
# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12
|
||||||
|
## AIO images (it will pre-download a set of models ready for use, see https://localai.io/basics/container/)
|
||||||
|
# docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu
|
||||||
```
|
```
|
||||||
|
|
||||||
To load models:
|
To load models:
|
||||||
|
Loading…
Reference in New Issue
Block a user