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

Suggestion for easy patch to support custom wheel files #378

Open
hubtub2 opened this issue Dec 6, 2021 · 0 comments
Open

Suggestion for easy patch to support custom wheel files #378

hubtub2 opened this issue Dec 6, 2021 · 0 comments

Comments

@hubtub2
Copy link

hubtub2 commented Dec 6, 2021

Suggestion for easy patch to support custom wheel files.
Please move in containerize.py the line

lines.append("COPY {} {}".format(self.destination_dir, self.destination_dir))

up before the "pip install" block.
This way pip will see a custom wheel file that is lies next to the entry point and can be installed using a line in the requirements.txt file.

See stackoverflow question:
https://stackoverflow.com/questions/70249688/how-to-use-tensorflow-cloud-with-my-own-python-wheel

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

No branches or pull requests

1 participant