|
|
|
@ -27,11 +27,6 @@ RUN apt-get update \
|
|
|
|
&& apt-get clean \
|
|
|
|
&& apt-get clean \
|
|
|
|
&& pip install --upgrade pip wheel
|
|
|
|
&& pip install --upgrade pip wheel
|
|
|
|
|
|
|
|
|
|
|
|
# Install TA-lib
|
|
|
|
|
|
|
|
COPY build_helpers/* /tmp/
|
|
|
|
|
|
|
|
RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
|
|
|
|
|
|
|
|
ENV LD_LIBRARY_PATH=/usr/local/lib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install dependencies
|
|
|
|
# Install dependencies
|
|
|
|
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/
|
|
|
|
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/
|
|
|
|
USER ftuser
|
|
|
|
USER ftuser
|
|
|
|
|