You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blue_echo "Logging in to 790709498068.dkr.ecr.us-west-2.amazonaws.com for inferentia..."
89
-
set +e
90
-
echo"$AWS_REGION"| grep "us-gov"
91
-
is_gov_cloud=$?
92
-
set -e
93
-
if [ "$is_gov_cloud"=="0" ];then
94
-
# set NORMAL_REGION_AWS_ACCESS_KEY_ID and NORMAL_REGION_AWS_SECRET_ACCESS_KEY credentials from a regular AWS account (non govcloud) in your dev/config/env.sh
0 commit comments