zGamerZz
zGamerZz
> * If you are using `linux` Reference [here](https://github.com/docker/compose/issues/10299#issuecomment-1438247730) > > your problem seems to lie in the fact that you are not allowed to access the `socket /var/run/docker.sock`. Commonly...
> Could you provide the error? Sure, here is the terminal log: INFO: Started server process [1] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on...
I also reinstalled the docker image
Sure, here is the terminal log. When I run `docker logs -f 'container_name'` it just load and load and nothing is following... ``` INFO: Started server process [1] INFO: Waiting...
> https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting#workarounds-1:~:text=Set%20%2De%20SANDBOX_TYPE%3Dexec%20to%20switch%20to%20the%20ExecBox%20docker%20container Nope... It doesnß t work... The same issue :/
> docker run --add-host host.docker.internal=host-gateway -e LLM_API_KEY="ollama" -e LLM_BASE_URL="http://host.docker.internal:11434" -e WORKSPACE_MOUNT_PATH=your path -v your volume:/opt/workspace_base -v /var/run/docker.sock:/var/run/docker.sock -p 3000:3000 ghcr.io/opendevin/opendevin:main Thank you very much the error is solved but now...
I replaced LLM_API_KEY="ollama" with LLM_API_KEY="my key". But now the other Error comes (Error creating controller): ``` Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/docker/api/client.py", line 265, in _raise_for_status response.raise_for_status() File "/app/.venv/lib/python3.12/site-packages/requests/models.py",...
> [docker/for-win#9561 (comment)](https://github.com/docker/for-win/issues/9561#issuecomment-870560926) Still get the same error (restarted also my pc)
> I replaced LLM_API_KEY="ollama" with LLM_API_KEY="my key". But now the other Error comes (Error creating controller): > > ``` > Traceback (most recent call last): > File "/app/.venv/lib/python3.12/site-packages/docker/api/client.py", line 265,...
> @zGamerZz can you send a specific example, with a specific agent? > > gpt-3.5 should be good enough for simple tasks, and we have loop-detection already... Sure, I used...