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
I have some troublesome dependencies for my Python project where some of the wheels on PYPI are broken and pip install -r requirements.txt does not work when building my docs. Is it possible to use Docker image in lieu of that pip install requirements.txt?
The text was updated successfully, but these errors were encountered:
I have some troublesome dependencies for my Python project where some of the wheels on PYPI are broken and
pip install -r requirements.txt
does not work when building my docs. Is it possible to use Docker image in lieu of thatpip install requirements.txt
?The text was updated successfully, but these errors were encountered: