cog
cog copied to clipboard
How to pip install --editable . with cog.yaml?
in cog.yaml, doing:
run:
- pip install --editable .
Does not work, since our code is not yet copied yet to the image. I am wondering how can I install my local package with cog?