We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070fd1b commit 9fb3e40Copy full SHA for 9fb3e40
README.md
@@ -48,6 +48,13 @@
48
49

50
51
+Run the installer script:
52
+
53
+```bash
54
+curl https://localai.io/install.sh | sh
55
+```
56
57
+Or run with docker:
58
```bash
59
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu
60
# Alternative images:
0 commit comments