You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: