Skip to content

Commit

Permalink
fix advanced_functionality/causal-inference/causal-inference-containe…
Browse files Browse the repository at this point in the history
…r.ipynb (aws#3544)

* fix advanced_functionality/causal-inference/causal-inference-container.ipynb

* fix login command

* fix login

* fix login

* fix login

Co-authored-by: EC2 Default User <[email protected]>
  • Loading branch information
atqy and EC2 Default User authored Aug 16, 2022
1 parent f355543 commit aabd058
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"fi\n",
"\n",
"# Get the login command from ECR and execute it directly\n",
"aws ecr get-login-password --region ${region}|docker login --username AWS --password-stdin ${fullname}\n",
"$(aws ecr get-login --region $region --registry-ids $account --no-include-email)\n",
"\n",
"# Build the docker image locally with the image name and then push it to ECR\n",
"# with the full name.\n",
Expand Down Expand Up @@ -176,6 +176,8 @@
"metadata": {},
"outputs": [],
"source": [
"! mkdir data\n",
"\n",
"# S3 bucket where the training data is located.\n",
"data_bucket = f\"sagemaker-sample-files\"\n",
"data_prefix = \"datasets/tabular/uci_heart_failure/\"\n",
Expand Down

0 comments on commit aabd058

Please sign in to comment.