This commit is contained in:
aazhou 2023-06-08 22:23:41 +08:00
parent 2d34869adf
commit 41cc0add8b

View File

@ -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_Lib0.4.10cp35cp35mwin_amd64.whl
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib
WORKDIR /opt/
COPY ["./", "/opt/"]