We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd8e73 commit 4459985Copy full SHA for 4459985
computer-use-demo/README.md
@@ -31,6 +31,9 @@ Please use [this form](https://forms.gle/BT1hpBrqDPDUrCqo7) to provide feedback
31
32
### Anthropic API
33
34
+> [!TIP]
35
+> You can find your API key in the [Anthropic Console](https://console.anthropic.com/).
36
+
37
```bash
38
export ANTHROPIC_API_KEY=%your_api_key%
39
docker run \
@@ -138,7 +141,6 @@ Environment variables `WIDTH` and `HEIGHT` can be used to set the screen size. F
138
141
139
142
140
143
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
- -v $(pwd)/computer_use_demo:/home/computeruse/computer_use_demo/ \
144
-v $HOME/.anthropic:/home/computeruse/.anthropic \
145
-p 5900:5900 \
146
-p 8501:8501 \
0 commit comments