Open maximedupre opened 6 months ago
I tried adding -v /var/run/docker.sock:/var/run/docker.sock
to the docker command, but no success.
I don't think there is something wrong with my environment/docker config, because this command from another project works fine: docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ./:/app/studio -v /Users/maximedupre/Desktop/programming/princeton-nlp/SWE-agent/keys.cfg:/app/keys.cfg -v /Users/maximedupre/Desktop/docker-volume:/app/trajectories/root sweagent/swe-agent-run:latest python run.py --image_name=sweagent/swe-agent:latest --model_name gpt4 --per_instance_cost_limit 10.00 --data_path studio/issue.md --repo_path studio --config_file config/default.yaml --skip_existing=False
I just tried it again and now it works for whatever reason. Maybe Docker update. Maybe reboot from macOS update fixed it 🤷🏻♂️
Nevermind, I had commented out the use of the DockerCommandLineCodeExecutor
😅 Still not working...
I tried downgrading Docker to 4.27.0 (135262), but still no success.
@jackgerrits Does this looks like a docker service update breaking the docker client? All PRs are blocked by similar error: https://github.com/microsoft/autogen/actions/runs/9183464819/job/25254224164
@ekzhu It might be related to this: https://github.com/docker/docker-py/issues/3256
Any updates on this? I'm also running into the same errors.
Keep calling from Google accounts these people have stolen money's from me and are acting as me
On Fri, Jun 14, 2024, 3:29 PM Nicole & @.***> wrote:
Any updates on this? I'm also running into the same errors.
— Reply to this email directly, view it on GitHub https://github.com/microsoft/autogen/issues/2713#issuecomment-2168719196, or unsubscribe https://github.com/notifications/unsubscribe-auth/BI3MSTHEXEQZMCTYUMNTENDZHNHDTAVCNFSM6AAAAABH4O5RTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRYG4YTSMJZGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Describe the bug
I'm using the default example of the "Getting started" docs.
Steps to reproduce
main.py
is as follows:Model Used
gpt-4
Expected Behavior
No error :/
Screenshots and logs
No response
Additional Information
AutoGen: Using the latest docker image Python: 3.11 OS: Sonoma 14.4.1 (23E224) Related bugs: