Skip to content

Commit cdabfe4

Browse files
vishalbolludeliahu
authored andcommitted
Add new fields to env.sh in contributing docs (#2121)
(cherry picked from commit 767dbdc)
1 parent fe82ba2 commit cdabfe4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ export AWS_ACCOUNT_ID="***" # you can find your account ID in the AWS web conso
134134
export AWS_REGION="***" # you can use any AWS region you'd like, e.g. "us-west-2"
135135
export AWS_ACCESS_KEY_ID="***" # alternatively, you can remove this to use the default credentials chain on your machine
136136
export AWS_SECRET_ACCESS_KEY="***" # alternatively, you can remove this to use the default credentials chain on your machine
137+
export DEFAULT_USER_ARN="arn:aws:iam::<ACCOUNT_ID>:<AWS IAM ENTITY>" # (e.g. arn:aws-us-gov:iam::123456789:user/foo)
138+
139+
# If you are working on govcloud, you will need to set credentials from a public (non govcloud) account to access inferentia ECR
140+
# export NORMAL_REGION_AWS_ACCESS_KEY_ID="***"
141+
# export NORMAL_REGION_AWS_SECRET_ACCESS_KEY="***"
137142

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

0 commit comments

Comments
 (0)