dexteon
dexteon
Did you ever address this issue? Im still having it. `./start.sh Building app_informer Sending build context to Docker daemon 97.27MB Step 1/6 : FROM python:3.7-alpine ---> 1bac8ae77e4a Step 2/6 :...
> same here, I changed in env the ip addres of docker to MYSQL_IP_ADDRESS=db and this happened: > > (informer) mr_rob0townsyou@instance-20240322-021615:~/informer$ ./quick_start.sh usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]...
I made this change in .env ```OLLAMA_ENDPOINT="http://host.docker.internal:11434"``` then I ran docker compose build (then up) but im not seeing a change? ``` browser-use-webui-1 | [16:16:0317/193255.773404:ERROR:fm_registration_token_uploader.cc(186)] Client is missing for kUser...
My .env file if it helps. ```OPENAI_ENDPOINT=https://api.openai.com/v1 OPENAI_API_KEY= ANTHROPIC_ENDPOINT=https://api.anthropic.com AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_API_KEY= AZURE_OPENAI_API_VERSION=2025-01-01-preview DEEPSEEK_ENDPOINT=https://api.deepseek.com DEEPSEEK_API_KEY= MISTRAL_ENDPOINT=https://api.mistral.ai/v1 OLLAMA_ENDPOINT="http://host.docker.internal:11434" ALIBABA_ENDPOINT=https://dashscope.aliyuncs.com/compatible-mode/v1 ALIBABA_API_KEY= MOONSHOT_ENDPOINT=https://api.moonshot.cn/v1 MOONSHOT_API_KEY= # Set to false to disable anonymized telemetry ANONYMIZED_TELEMETRY=false #...
I've used http://host.docker.internal:1234/v1 for LM STUDIO (this sees the models atleast) - Still havent gotten a model to work. http://host.docker.internal:11434/ - For Ollama being hosted on docker also