-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore(samples/pytorch) - Build script fix - Updating Dockerfile name #5928
Conversation
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jagadeeshi2i The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -4,7 +4,7 @@ metrics_address=http://0.0.0.0:8082 | |||
enable_metrics_api=true | |||
metrics_format=prometheus | |||
number_of_netty_threads=4 | |||
install_py_dep_per_model=true | |||
install_py_dep_per_model=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting it to false
until Custom package installation issue is fixed in torchserve
@@ -25,7 +25,7 @@ export full_image_name=$full_image_name | |||
## build and push docker - to fetch the latest changes and install dependencies | |||
# cd pytorch_kfp_components | |||
|
|||
docker build --no-cache -t $full_image_name -f Dockerfile-cpu . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer need the dockerfile name as we have only one dockerfile now for both cpu and gpu
/lgtm |
/retest |
1 similar comment
/retest |
#5863 - We no longer have separate dockerfile for cpu and gpu. The build script needs to be updated accordingly.
In this PR, dockerfile name has been removed from the
docker build
argument.Checklist: