handle quirk with ollama handling of http proxy
This commit is contained in:
parent
3b41d81357
commit
9d24b8e044
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
# Ollama has trouble handling HTTP_PROXY
|
||||
# https://github.com/ollama/ollama/issues/2168
|
||||
unset HTTP_PROXY
|
||||
unset http_proxy
|
||||
|
||||
ollama serve &
|
||||
|
||||
sleep 1
|
||||
|
|
Reference in New Issue