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