Skip to content

Suggestion for easy patch to support custom wheel files #378

Description

@hubtub2

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions