update
This commit is contained in:
parent
8165bb2beb
commit
7750c459ca
@ -30,8 +30,10 @@ RUN git checkout ${FREQTRADE_BRANCH}
|
||||
|
||||
# Install Ta-lib
|
||||
RUN chmod +x ./build_helpers/install_ta-lib.sh
|
||||
RUN ./build_helpers/install_ta-lib.sh
|
||||
WORKDIR /freq/build_helpers
|
||||
RUN ./install_ta-lib.sh
|
||||
|
||||
WORKDIR /freq
|
||||
RUN python3 -m venv .venv
|
||||
RUN source /freq/.venv/bin/activate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user