Skip to content

Commit

Permalink
readme updates (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
x5a authored Oct 22, 2024
1 parent 0cd8e73 commit 4459985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion computer-use-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Please use [this form](https://forms.gle/BT1hpBrqDPDUrCqo7) to provide feedback

### Anthropic API

> [!TIP]
> You can find your API key in the [Anthropic Console](https://console.anthropic.com/).
```bash
export ANTHROPIC_API_KEY=%your_api_key%
docker run \
Expand Down Expand Up @@ -138,7 +141,6 @@ Environment variables `WIDTH` and `HEIGHT` can be used to set the screen size. F
```bash
docker run \
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
-v $(pwd)/computer_use_demo:/home/computeruse/computer_use_demo/ \
-v $HOME/.anthropic:/home/computeruse/.anthropic \
-p 5900:5900 \
-p 8501:8501 \
Expand Down

0 comments on commit 4459985

Please sign in to comment.