1
0
Fork 0

handle quirk with ollama handling of http proxy

This commit is contained in:
Massaki Archambault 2024-02-07 22:28:03 -05:00
parent 3b41d81357
commit 9d24b8e044
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash -x #!/bin/bash -x
# Ollama has trouble handling HTTP_PROXY
# https://github.com/ollama/ollama/issues/2168
unset HTTP_PROXY
unset http_proxy
ollama serve & ollama serve &
sleep 1 sleep 1