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