self-operating-computer icon indicating copy to clipboard operation
self-operating-computer copied to clipboard

[FEATURE] Docker Support ?

Open amitSA opened this issue 8 months ago • 1 comments

Request to add native docker support to the project. I don't want to run this natively on my OS, instead I want an interface where I can run it easily with docker run -it

For example, anthropic's tool-use can be spun like this:

docker run \
    -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
    -v $HOME/.anthropic:/home/computeruse/.anthropic \
    -p 5900:5900 \
    -p 8501:8501 \
    -p 6080:6080 \
    -p 8080:8080 \
    -e WIDTH=1920 \
    -e HEIGHT=1080 \
    -it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest

And then I can access a web-ui from http://localhost:8501.

amitSA avatar Mar 29 '25 18:03 amitSA

it's a good issue,i hope the author can solve it

q1210001792 avatar Jun 06 '25 08:06 q1210001792