Skip to content

Commit

Permalink
docker tag call improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingwei Li committed Sep 19, 2022
1 parent dece328 commit 1f7e37d
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 1f7e37d

Please sign in to comment.