Skip to content

Commit

Permalink
Specify AWS_REGION in readme.md for bedrock (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
praboud-ant authored Oct 22, 2024
1 parent 3347e36 commit 0c1698f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions computer-use-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export AWS_PROFILE=<your_aws_profile>
docker run \
-e API_PROVIDER=bedrock \
-e AWS_PROFILE=$AWS_PROFILE \
-e AWS_REGION=us-west-2 \
-v $HOME/.aws/credentials:/home/computeruse/.aws/credentials \
-v $HOME/.anthropic:/home/computeruse/.anthropic \
-p 5900:5900 \
Expand All @@ -80,6 +81,7 @@ docker run \
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
-e AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN \
-e AWS_REGION=us-west-2 \
-v $HOME/.anthropic:/home/computeruse/.anthropic \
-p 5900:5900 \
-p 8501:8501 \
Expand Down

0 comments on commit 0c1698f

Please # to comment.