Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
atqy committed Aug 16, 2022
1 parent 90e4d2f commit 8dcf7dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
" aws ecr create-repository --repository-name \"${algorithm_name}\" > /dev/null\n",
"fi\n",
"\n",
"# attach policy allowing sagemaker to pull and push this image\n",
"aws ecr set-repository-policy --repository-name $algorithm_name --policy-text \"$( cat ./ecr_policy.json )\"\n",
"\n",
"# Get the login command from ECR and execute it directly\n",
"$(aws ecr get-login --region $region --registry-ids $account --no-include-email)\n",
"\n",
Expand Down
15 changes: 0 additions & 15 deletions advanced_functionality/causal-inference/container/ecr_policy.json

This file was deleted.

0 comments on commit 8dcf7dc

Please sign in to comment.