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
@bvolkmer You are absolutely right. Although the original requirements.txt is not modified, there is a decent amount of fiddling going on. If it's an option, I'd recommend using a separate file specifically for the Cog environment such as python_requirement: requirements-cog.txt which excludes the non-Linux dependencies.
If I have or example, a requirements.txt with the following content:
It will try to install the package and fail because it is not available on Linux.
But normally, pip (at least 24.3.1) does succeed with
So I suspect that the requirement.txt file is modified in the process.
The text was updated successfully, but these errors were encountered: