mufraggihugo
mufraggihugo2mo ago

Python private package

Hello everyone, I've just discovered Windmill, and I have some questions about Python imports. We have Python packages hosted on a GitLab registry, but I can't seem to retrieve them to integrate them into my tasks. I read in the documentation that you can set up private registries in the instance settings, but this is reserved for the enterprise version, so it’s inaccessible to the Docker Compose, free, and team versions if I understand correctly. https://www.windmill.dev/docs/advanced/dependencies_in_python#private-pypi-repository If you have any advice or reading materials, I’m all ears. Thank you in advance🤘
Dependencies in Python | Windmill
In Windmill standard mode, dependencies in Python are handled directly within their scripts without the need to manage separate dependency files.
5 Replies
rubenf
rubenf2mo ago
Hi @mufraggihugo , your understanding is correct
mufraggihugo
mufraggihugo2mo ago
Oh, okay, I was hoping I was wrong. Thanks for the feedback 🙏 Is this something that will change in the coming months?
rubenf
rubenf2mo ago
Likely not, but we do 1 month trials for the enterprise edition
Alper
Alper2mo ago
You can create a custom Dockerfile for your worker and pre-install packages that your scripts need.
mufraggihugo
mufraggihugo2mo ago
Thank you both, I will pass on all the information to my CTO.