Michael Cardoza

Results 10 comments of Michael Cardoza

Docker container is running. (base) michael@megatron:~/OpenDevin$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES eef5651de99a ghcr.io/opendevin/opendevin:latest "uvicorn opendevin.s…" 5 minutes ago Up 5 minutes 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp sad_jackson

Yeah it would be different. It's called container IDs they'd be different.

> @cardoza1991 thanks for the report. Can you tell us more about your operating system? > > > > In the future, filling out the bug template is very helpful...

> Is it possible there are some security controls in place that might prevent access to `sshd`? not that I am aware of.

> For now, adding `-e SANDBOX_TYPE=exec` should fix it good news is it ran successfully. docker run \ -e LLM_API_KEY \ -e WORKSPACE_MOUNT_PATH=/home/michael/the-reserves \ -v $WORKSPACE_DIR:/opt/workspace_base \ -v /var/run/docker.sock:/var/run/docker.sock \...

I had port 3000 bound to another program. So I added 3001:3000

Ok @ns6089 do it. Use this as a scaffold and do it. I'm busy with other projects. Friends of mine brought this issue to my attention. Or you can give...

yeah well I figured I'd tackle a 5 year PR request so here it is. Thnks for the feedback

> Thanks for the ping @ns6089 I agree with most of what has been said so far. > > I think the protocol should be reversed though: a client advertises...

> I think the approach is generally good, but I don't think we need any changes to the control stream. I think we should do all the configuration via RTSP/SDP....