1
This commit is contained in:
parent
2d34869adf
commit
41cc0add8b
@ -6,6 +6,10 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN python -m pip install --upgrade pip
|
||||
RUN pip3 install --upgrade setuptools wheel
|
||||
RUN pip3 install pep517
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install pyproject-toml
|
||||
RUN pip3 install TA_Lib‑0.4.10‑cp35‑cp35m‑win_amd64.whl
|
||||
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib
|
||||
WORKDIR /opt/
|
||||
COPY ["./", "/opt/"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user