cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 240 forks source link

is there anyway to keep packages that pip installed #92

Closed Jecvay closed 4 years ago

Jecvay commented 4 years ago

it's very slow to pip install something every time.

image

cdrx commented 4 years ago

Probably using pip cache but its up to you to integrate with your CI system, it isn't in scope for this project.