File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
41
41
pip install pandas && \
42
42
pip install tornado && \
43
43
pip install easytrader && \
44
- curl -SL https://prdownloads.sourceforge.net/ta-lib /ta-lib-0.4.0-src.tar.gz | tar -xzC . && \
44
+ curl -SL https://codeload.github.com/TA-Lib /ta-lib-python/tar.gz/refs/tags/TA_Lib- 0.4.30 | tar -xzC . && \
45
45
cd ta-lib/ && \
46
46
./configure --prefix=/usr && \
47
47
make && \
@@ -50,7 +50,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
50
50
pip install TA-Lib && \
51
51
rm -rf ta-lib* && \
52
52
apt-get --purge remove -y gcc make python3-dev default-libmysqlclient-dev curl && \
53
- rm -rf /root/.cache/* && apt-get clean && apt-get autoremove -y
53
+ rm -rf /root/.cache/* && rm -rf /var/lib/ apt/lists/* && apt -get clean && apt-get autoclean && apt-get autoremove -y
54
54
55
55
WORKDIR /data
56
56
# InStock软件
You can’t perform that action at this time.
0 commit comments