test
This commit is contained in:
parent
8ac37a6307
commit
8ebeffb14c
@ -82,13 +82,10 @@ RUN rm -rf /arrow
|
||||
RUN pip install --upgrade pip setuptools wheel setuptools_scm cython
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /freq
|
||||
WORKDIR /freqtrade
|
||||
|
||||
# Clone the Freqtrade repository
|
||||
RUN git clone 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}
|
||||
RUN git clone -b stable --single-branch https://github.com/freqtrade/freqtrade.git /freqtrade
|
||||
|
||||
# Install Ta-lib
|
||||
RUN chmod +x ./build_helpers/install_ta-lib.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user