Skip to content

Instantly share code, notes, and snippets.

@u1i
Created May 3, 2025 00:50
Show Gist options
  • Save u1i/97acfc7d36fb2daa287d81cebfabe16b to your computer and use it in GitHub Desktop.
Save u1i/97acfc7d36fb2daa287d81cebfabe16b to your computer and use it in GitHub Desktop.
anthropic computer use
export ANTHROPIC_API_KEY=sk-XXXX
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 \
-it ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest
ssh -p 14289 -R 8080:127.0.0.1:8080 \
-R 8501:127.0.0.1:8501 \
-R 5900:127.0.0.1:5900 \
-R 6080:127.0.0.1:6080 \
[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment