Revert the docker changes to be inline with the original freqtrade image

Reverted the changes, and added a new way of doing, Dockerfile.freqai with that file the users can make their own dockerimage.
This commit is contained in:
richardjozsa
2022-08-26 09:59:17 +02:00
committed by Robert Caulk
parent d31926efdf
commit cdc550da9a
4 changed files with 56 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
ENV LD_LIBRARY_PATH /usr/local/lib
# Install dependencies
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt requirements-freqai.txt /freqtrade/
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/
USER ftuser
RUN pip install --user --no-cache-dir numpy \
&& pip install --user --no-cache-dir -r requirements-hyperopt.txt