[FIX]OdooDev 12 : fix local gevent CPU bolting

This commit is contained in:
Fabien BOURGEOIS 2022-03-17 08:38:04 +01:00
parent 2fe683065f
commit 7655a266af
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
# RUN .local/bin/pip3 install --user pgcli
# COPY pgcli.sh ./
# Odoo specific
RUN .local/bin/pip3 install --user --no-cache-dir watchdog==0.10.7
# Gevent : last py 3.5, fixe local dev problem with CPU 100% on Fedora (kernel problem ?)
RUN .local/bin/pip3 install --user --no-cache-dir watchdog==0.10.7 gevent==20.9.0
COPY shell12.sh /opt/odoo/shell.sh
COPY i18n.sh /opt/odoo/i18n.sh
COPY launch12.dev.sh /opt/odoo/launch.sh