I'd like to install Prodigy to a rhel container in the Red Hat OpenShift environment.
My question is does a Dockerfile exist ?
Thanks very much for any information you can provide.
I'd like to install Prodigy to a rhel container in the Red Hat OpenShift environment.
My question is does a Dockerfile exist ?
Thanks very much for any information you can provide.
Hi! We don't distribute an "official" Dockerfile, but here's one that was contributed by a user that you can probably take inspiration from and adjust for your use case:
The Prodigy installer is a regular Python wheel, so you'll be able to install it just like you'd install any other Python package.