Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"docker tag" call improvement #3604

Merged
merged 16 commits into from
Sep 21, 2022
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