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'm using fedora image 36 to create my container image for Odoo. but I found a behavior that is strange and only happen with fedora container. Since our infrastruture is K8s we use Init Container to run pip install commands when they find requirement files. since the container is already running, and the user is not root user, this library are installed in Odoo user home directory. If I use debian container Odoo is able to find the python modules with no issue, but from fedora container the python library is not found. Even if we install library in /usr/local they are not found either.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using fedora image 36 to create my container image for Odoo. but I found a behavior that is strange and only happen with fedora container. Since our infrastruture is K8s we use Init Container to run pip install commands when they find requirement files. since the container is already running, and the user is not root user, this library are installed in Odoo user home directory. If I use debian container Odoo is able to find the python modules with no issue, but from fedora container the python library is not found. Even if we install library in /usr/local they are not found either.
The text was updated successfully, but these errors were encountered: