Mannu Baveja

Results 31 comments of Mannu Baveja

just tried with ``` docker compose up backend ``` and got some error as it was not able to install the chrome => ERROR [backend 15/15] RUN CHROME_VERSION=$(google-chrome --version |...

> Dockerfile.backend fixes (full working setup) [#265](https://github.com/Fosowl/agenticSeek/issues/265) [#265](https://github.com/Fosowl/agenticSeek/issues/265) command i ran ``` docker compose up backend ``` from your repo the main branch of the repo https://github.com/a2s-ai/A2S_AgenticSeek

Got it. I’ve got an Ubuntu VM as well, so I’ll test everything there. Also, to make things smoother, we could automate the setup by detecting the OS and then...

Here is one I guess correct me if am wrong ``` mac-arm64 ``` link --> https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.55/mac-arm64/chrome-mac-arm64.zip anyways you are right doing this is difficult!

> Seem to work just fine on mac m1 with `FROM --platform=linux/amd64` now the only issue i get is for user-data-dir (see my message above) it was tinkering in my...

> [@mannubaveja007](https://github.com/mannubaveja007) [@plitc](https://github.com/plitc) I have got it working ! Forgot to change to headless in the config That's Great would love to test it and if anything will fix it...

> [@Fosowl](https://github.com/Fosowl) What doesn’t work in Docker Compose is ` - SEARXNG_SECRET_KEY=$(openssl rand -hex 32)` because YAML files do not support shell or command substitution. I solved it as follows:...

> [@mannubaveja007](https://github.com/mannubaveja007) I have merged the fully dockerized version on the dev branch and updated the readme (setup a bit different), would you mind to be one of the early...

# Docker Test Summary ## Issue Backend container fails at startup. **Error:** Tried with both config.ini ``` [MAIN] is_local = False provider_name = google provider_model = gemini-2.0-flash provider_server_address = 127.0.0.1:5000...

> you need to remove all the comment like # use undetected ... config file do not support comment [@mannubaveja007](https://github.com/mannubaveja007) Tried without them too I guess you were also getting...