From 41cc0add8bd1a03973cb2c60850cb7962abf64ea Mon Sep 17 00:00:00 2001 From: aazhou Date: Thu, 8 Jun 2023 22:23:41 +0800 Subject: [PATCH] 1 --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 00dbf3b..3ba21ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/"]