Skip to content

Commit

Permalink
升级到4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myhhub committed Jun 7, 2024
1 parent 784fc75 commit 6bf195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
cd .. && \
pip install TA-Lib && \
rm -rf ta-lib* && \
apt-get --purge remove -y gcc make python3-dev default-libmysqlclient-dev build-essential pkg-config curl && \
apt-get --purge remove -y gcc make python3-dev default-libmysqlclient-dev curl && \
rm -rf /root/.cache/* && rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get autoclean && apt-get autoremove -y

WORKDIR /data
Expand Down

0 comments on commit 6bf195c

Please sign in to comment.