Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
marckarp committed Aug 18, 2022
1 parent 48926a5 commit e8684e8
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,8 @@
"outputs": [],
"source": [
"base = \"amazonaws.com.cn\" if region.startswith(\"cn-\") else \"amazonaws.com\"\n",
"triton_image_uri = (\n",
" \"{account_id}.dkr.ecr.{region}.{base}/sagemaker-tritonserver:21.08-py3\".format(\n",
" account_id=account_id_map[region], region=region, base=base\n",
" )\n",
"triton_image_uri = \"{account_id}.dkr.ecr.{region}.{base}/sagemaker-tritonserver:21.08-py3\".format(\n",
" account_id=account_id_map[region], region=region, base=base\n",
")"
]
},
Expand Down

0 comments on commit e8684e8

Please sign in to comment.