We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to install a local package during the cog build process. Specifically, I would like to install a package from a local file like this:
pip install mylibpackage.zip
I tried adding it to requirements.txt and also specifying it in the run command inside my cog.yaml file, like so:
requirements.txt
cog.yaml
run: - pip install mylibpackage.zip
But no luck so far. 😕
Is there a proper way to install local packages during the cog build? Maybe I'm missing something or it’s just not supported?
Any help or direction would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered:
What happens if you use the absolute path of the package?
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to install a local package during the cog build process. Specifically, I would like to install a package from a local file like this:
pip install mylibpackage.zip
I tried adding it to
requirements.txt
and also specifying it in the run command inside mycog.yaml
file, like so:But no luck so far. 😕
Is there a proper way to install local packages during the cog build? Maybe I'm missing something or it’s just not supported?
Any help or direction would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: