Skip to content

Commit

Permalink
Fix AWS profile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewedstrom authored Oct 22, 2024
1 parent 854b50b commit 2bb33ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computer-use-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You have a few options for authenticating with Bedrock. See the [boto3 documenta
#### Option 1: (suggested) Use the host's AWS credentials file and AWS profile

```bash
export AWS_PROFILE=
export AWS_PROFILE=<your_aws_profile>
docker run \
-e API_PROVIDER=bedrock \
-e AWS_PROFILE=$AWS_PROFILE \
Expand Down

0 comments on commit 2bb33ea

Please sign in to comment.