From 819bc71941c58e8d59d1e34269b4706811903f1c Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 17 Aug 2022 10:35:56 +0200 Subject: [PATCH] Update docs for freqai docker container --- docs/freqai.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/freqai.md b/docs/freqai.md index cde3ea0f7..b22e1cd31 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -75,6 +75,12 @@ pip install -r requirements-freqai.txt !!! Note Catboost will not be installed on arm devices (raspberry, Mac M1, ARM based VPS, ...), since Catboost does not provide wheels for this platform. +### Usage with docker + +For docker users, a dedicated tag with freqAI dependencies is available as `:freqai`. +As such - you can replace the image line in your docker-compose file with `image: freqtradeorg/freqtrade:develop_freqai`. +This image contains the regular freqAI dependencies. Similar to native installs, Catboost will not be available on ARM based devices. + ## Configuring FreqAI ### Parameter table