Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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