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

chore(samples/pytorch) - Build script fix - Updating Dockerfile name #5928

Merged
merged 2 commits into from
Jun 29, 2021

Conversation

shrinath-suresh
Copy link
Contributor

#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:

Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
@google-cla google-cla bot added the cla: yes label Jun 28, 2021
@shrinath-suresh shrinath-suresh changed the title chore(samples/pytorch) - Build script fix chore(samples/pytorch) - Build script fix - Updating Dockerfile name Jun 28, 2021
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
@google-oss-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -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
Copy link
Contributor Author

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 .
Copy link
Contributor Author

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

@jagadeeshi2i
Copy link
Member

/lgtm

@shrinath-suresh
Copy link
Contributor Author

/retest

1 similar comment
@shrinath-suresh
Copy link
Contributor Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants