This commit is contained in:
ai-dev 2025-01-16 23:50:44 +01:00
parent 8ac37a6307
commit 8ebeffb14c

View File

@ -82,13 +82,10 @@ RUN rm -rf /arrow
RUN pip install --upgrade pip setuptools wheel setuptools_scm cython RUN pip install --upgrade pip setuptools wheel setuptools_scm cython
# Set the working directory # Set the working directory
WORKDIR /freq WORKDIR /freqtrade
# Clone the Freqtrade repository # Clone the Freqtrade repository
RUN git clone https://github.com/freqtrade/freqtrade.git /freqtrade RUN git clone -b stable --single-branch https://github.com/freqtrade/freqtrade.git /freqtrade
# Optionally, switch to the stable branch for novice users
ARG FREQTRADE_BRANCH=stable
RUN git checkout ${FREQTRADE_BRANCH}
# Install Ta-lib # Install Ta-lib
RUN chmod +x ./build_helpers/install_ta-lib.sh RUN chmod +x ./build_helpers/install_ta-lib.sh