mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Add freqAI docker file
This commit is contained in:
parent
c981ad4608
commit
121edc3e42
8
docker/Dockerfile.freqai
Normal file
8
docker/Dockerfile.freqai
Normal file
|
@ -0,0 +1,8 @@
|
|||
ARG sourceimage=freqtradeorg/freqtrade
|
||||
ARG sourcetag=develop
|
||||
FROM ${sourceimage}:${sourcetag}
|
||||
|
||||
# Install dependencies
|
||||
COPY requirements-freqai.txt /freqtrade/
|
||||
|
||||
RUN pip install -r requirements-freqai.txt --user --no-cache-dir
|
|
@ -6,3 +6,4 @@ scikit-learn==1.0.2
|
|||
scikit-optimize==0.9.0
|
||||
joblib==1.1.0
|
||||
catboost==1.0.4
|
||||
#lightgbm==3.3.2
|
||||
|
|
Loading…
Reference in New Issue
Block a user