]> Piment Noir Git Repositories - freqai-strategies.git/commit
feat(docker): manage xgboost installation and version
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 9 Sep 2026 12:30:51 +0000 (14:30 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 9 Sep 2026 12:30:51 +0000 (14:30 +0200)
commit3b84e3395aa9727aa1414f49938037f828f89985
tree214273c945bf5c8db6b7fcc099cdb091bd55fbdb
parentef4c422aacdd7157890206fa2af40f2dab1bfa6f
feat(docker): manage xgboost installation and version

Pin xgboost as a managed build dependency, harmonized with the existing catboost/ngboost pattern: ARG xgboost_version in quickadapter/Dockerfile, matching build arg in docker-compose.yml, and automatic updates via the existing renovate custom regex manager (pypi datasource).

The freqtrade stable_freqai base image ships xgboost 3.2.0; this pins 3.4.1 so the QA and production images track the latest release independently of base image lag. ReforceXY is untouched: it does not use xgboost. BasedPyright snapshots unchanged (242/159 diagnostics verified with the rebuilt QA images).
quickadapter/Dockerfile
quickadapter/docker-compose.yml