Skip to content

Commit

Permalink
"docker tag" call improvement (aws#3604)
Browse files Browse the repository at this point in the history
* CLI upgrade

* reformat

* grammatical changes

* boto3 version

* boto3 version-with minor change

* serving.perperties remove empty line

* set env variable for tensor_parallel_degree

* grammatic fix

* black-nb

* grammatical change

* endpoint_name fix

* "By" cap

* minor change

* docker tag call improvement

Co-authored-by: Qingwei Li <[email protected]>
Co-authored-by: atqy <[email protected]>
Co-authored-by: atqy <[email protected]>
Co-authored-by: Aaron Markham <[email protected]>
  • Loading branch information
5 people authored Sep 21, 2022
1 parent f6635fa commit 7af5f4e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@
"\n",
"\n",
"# # Build the docker image locally with the image name and then push it to ECR\n",
"image_id=$(docker images -q | head -n1)\n",
"docker tag $image_id ${fullname}\n",
"docker tag deepjavalibrary/djl-serving:0.18.0-deepspeed ${fullname}\n",
"\n",
"docker push $fullname"
]
Expand Down

0 comments on commit 7af5f4e

Please sign in to comment.