]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
feat(docker): manage lightgbm installation and version
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 9 Sep 2026 12:44:02 +0000 (14:44 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 9 Sep 2026 12:51:53 +0000 (14:51 +0200)
quickadapter/Dockerfile
quickadapter/docker-compose.yml

index 4280ddbd7eec0e30e27e73a69d1b0d71fdb76397..400c7692c9f703e38e551113846cf58e7aafcfe4 100644 (file)
@@ -8,7 +8,7 @@ ARG scikit_image_version=0.26.0
 ARG ngboost_version=0.5.11
 ARG catboost_version=1.2.10
 ARG xgboost_version=3.4.1
-
+ARG lightgbm_version=4.7.0
 USER root
 RUN apt-get update \
  && apt-get install -y --no-install-recommends build-essential git \
@@ -25,7 +25,8 @@ RUN pip install --user --no-cache-dir \
     scikit-image==${scikit_image_version} \
     ngboost==${ngboost_version} \
     catboost==${catboost_version} \
-    xgboost==${xgboost_version}
+    xgboost==${xgboost_version} \
+    lightgbm==${lightgbm_version}
 
 LABEL org.opencontainers.image.source="freqai-strategies" \
       org.opencontainers.image.title="freqtrade-quickadapter" \
index 62c5424e3d2002618816bfc8de158d69d5dd5de0..41741e3eb2e918393735e40361c59aa9c7ed02a1 100644 (file)
@@ -25,6 +25,7 @@ services:
         ngboost_version: 0.5.11
         catboost_version: 1.2.10
         xgboost_version: 3.4.1
+        lightgbm_version: 4.7.0
     restart: unless-stopped
     container_name: freqtrade-quickadapter
     environment: