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?
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
?