Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ export AWS_ACCOUNT_ID="***" # you can find your account ID in the AWS web conso
export AWS_REGION="***" # you can use any AWS region you'd like, e.g. "us-west-2"
export AWS_ACCESS_KEY_ID="***" # alternatively, you can remove this to use the default credentials chain on your machine
export AWS_SECRET_ACCESS_KEY="***" # alternatively, you can remove this to use the default credentials chain on your machine
export DEFAULT_USER_ARN="arn:aws:iam::<ACCOUNT_ID>:<AWS IAM ENTITY>" # (e.g. arn:aws-us-gov:iam::123456789:user/foo)

# If you are working on govcloud, you will need to set credentials from a public (non govcloud) account to access inferentia ECR
# export NORMAL_REGION_AWS_ACCESS_KEY_ID="***"
# export NORMAL_REGION_AWS_SECRET_ACCESS_KEY="***"

# export NUM_BUILD_PROCS=2 # optional; can be >2 if you have enough memory
```
Expand Down