From: Jérôme Benoit Date: Fri, 9 Jan 2026 13:22:26 +0000 (+0100) Subject: build(quickadapter): add missing ngboost and catboost version args to docker-compose X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ac85244ede3941831ae991d9c75a4914f04ed1df;p=freqai-strategies.git build(quickadapter): add missing ngboost and catboost version args to docker-compose Aligns docker-compose.yml build args with all ARG declarations in Dockerfile. This allows version overrides for ngboost (0.5.8) and catboost (1.2.8). --- diff --git a/quickadapter/docker-compose.yml b/quickadapter/docker-compose.yml index a859220..f15609f 100644 --- a/quickadapter/docker-compose.yml +++ b/quickadapter/docker-compose.yml @@ -20,6 +20,8 @@ services: optuna_version: 4.6.0 scikit_learn_extra_version: 0.3.0 scikit_image_version: 0.26.0 + ngboost_version: 0.5.8 + catboost_version: 1.2.8 restart: unless-stopped container_name: freqtrade-quickadapter environment: