File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,11 @@ export AWS_ACCOUNT_ID="***" # you can find your account ID in the AWS web conso
134134export AWS_REGION=" ***" # you can use any AWS region you'd like, e.g. "us-west-2"
135135export AWS_ACCESS_KEY_ID=" ***" # alternatively, you can remove this to use the default credentials chain on your machine
136136export 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```
You can’t perform that action at this time.
0 commit comments