Skip to content

Commit

Permalink
升级组件
Browse files Browse the repository at this point in the history
  • Loading branch information
myhhub committed Oct 12, 2024
1 parent 3218711 commit 37de5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ EXPOSE 9988
# apt-get --purge remove 软件包名称 , 删除已安装包(不保留配置文件)
RUN sed -i "s@http://\(deb\|security\).debian.org@https://mirrors.aliyun.com@g" /etc/apt/sources.list && \
echo "[global]\n\
index-url = https://pypi.tuna.tsinghua.edu.cn/simple\n\
trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
index-url = https://mirrors.aliyun.com/pypi/simple\n\
trusted-host = mirrors.aliyun.com" > /etc/pip.conf && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone && \
apt-get update && \
Expand All @@ -29,7 +29,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
pip install mysqlclient && \
pip install requests && \
pip install arrow && \
pip install numpy && \
pip install numpy==1.26.4 && \
pip install SQLAlchemy && \
pip install PyMySQL && \
pip install Logbook && \
Expand Down

0 comments on commit 37de5e1

Please sign in to comment.