set OLLAMA_HOST
This commit is contained in:
parent
1a3b9cde2c
commit
136fc43f23
|
@ -9,6 +9,8 @@ services:
|
||||||
entrypoint: /bootstrap.sh
|
entrypoint: /bootstrap.sh
|
||||||
command: mistral
|
command: mistral
|
||||||
network_mode: service:open-webui
|
network_mode: service:open-webui
|
||||||
|
environment:
|
||||||
|
OLLAMA_HOST: http://localhost:11434
|
||||||
# begin for AMD GPU support
|
# begin for AMD GPU support
|
||||||
devices:
|
devices:
|
||||||
- /dev/kfd
|
- /dev/kfd
|
||||||
|
|
|
@ -9,6 +9,8 @@ services:
|
||||||
entrypoint: /bootstrap.sh
|
entrypoint: /bootstrap.sh
|
||||||
command: mistral
|
command: mistral
|
||||||
network_mode: service:open-webui
|
network_mode: service:open-webui
|
||||||
|
environment:
|
||||||
|
OLLAMA_HOST: http://localhost:11434
|
||||||
volumes:
|
volumes:
|
||||||
- ./ollama/bootstrap.sh:/bootstrap.sh:ro
|
- ./ollama/bootstrap.sh:/bootstrap.sh:ro
|
||||||
- ./ollama:/root/.ollama
|
- ./ollama:/root/.ollama
|
|
@ -9,6 +9,8 @@ services:
|
||||||
entrypoint: /bootstrap.sh
|
entrypoint: /bootstrap.sh
|
||||||
command: mistral
|
command: mistral
|
||||||
network_mode: service:open-webui
|
network_mode: service:open-webui
|
||||||
|
environment:
|
||||||
|
OLLAMA_HOST: http://localhost:11434
|
||||||
# begin for NVIDIA GPU support
|
# begin for NVIDIA GPU support
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue