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 \
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" \