ha-zhcool

Results 6 comments of ha-zhcool

Here is the output of the requested commands ``` docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d256a1e4dcac ghcr.io/opendevin/sandbox "/usr/sbin/sshd -D -…" About a minute ago Up 49...

> Sorry @ha-zhcool can you run `inspect` _after_ it crashes? That should contain the reason Here it is. ``` $ docker container inspect 0e903fa16ea2 [ { "Id": "0e903fa16ea2bff13e7a7a49f9163a27e9f4c53650520ae08941d074e9735475", "Created": "2024-04-19T16:22:09.476459192Z",...

> [Error code 132 means that you have an older CPU architecture. May not support SSE4.2](https://medium.com/@nprch_12/docker-exited-132-e38f9dd2cd0d) my CPU supports SSE4.2 as you can see below. ``` $ cat /proc/cpuinfo |...

As you can see in my previous post, avx is also supported by the cpu.

I don't know which one is used. I just issued the command that is provided in the repo to run ghcr.io/opendevin/opendevin. How to specifically run one or another version? I'm...

BTW, I'm also experiencing the same crashing issue when running Opendevin outside docker (`make build` and `make run`) on the same host.