add podman ollama notes
This commit is contained in:
@@ -84,11 +84,12 @@ pgrep ollama | xargs -I '%' sh -c 'kill %'
|
|||||||
## Run Anything LLM Interface
|
## Run Anything LLM Interface
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
podman run \
|
docker run \
|
||||||
-d \
|
-d \
|
||||||
-p 3001:3001 \
|
-p 3001:3001 \
|
||||||
--name anything-llm \
|
--name anything-llm \
|
||||||
--cap-add SYS_ADMIN \
|
--cap-add SYS_ADMIN \
|
||||||
|
--restart always \
|
||||||
-v anything-llm:/app/server \
|
-v anything-llm:/app/server \
|
||||||
-e STORAGE_DIR="/app/server/storage" \
|
-e STORAGE_DIR="/app/server/storage" \
|
||||||
docker.io/mintplexlabs/anythingllm
|
docker.io/mintplexlabs/anythingllm
|
||||||
|
|||||||
Reference in New Issue
Block a user