Update docs for freqai docker container
This commit is contained in:
parent
463cf66881
commit
819bc71941
@ -75,6 +75,12 @@ pip install -r requirements-freqai.txt
|
|||||||
!!! Note
|
!!! Note
|
||||||
Catboost will not be installed on arm devices (raspberry, Mac M1, ARM based VPS, ...), since Catboost does not provide wheels for this platform.
|
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
|
## Configuring FreqAI
|
||||||
|
|
||||||
### Parameter table
|
### Parameter table
|
||||||
|
Loading…
Reference in New Issue
Block a user