mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00

While using the docker cli as a subprocess was KISS and convenient, the python Docker SDK is mature, easy to use, available as a Debian package and much more powerful. It will permit to monitor the containers memory consumption and will help to spot memory leaks.
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
matplotlib==3.5.0
|
|
unidiff
|
|
docker==4.1.0; python_version < '3.10'
|
|
docker==5.0.3; python_version >= '3.10' # (Jammy)
|