Update Dockerfile

This commit is contained in:
zhizhi
2024-05-09 22:16:16 +08:00
committed by GitHub
parent c055d6776c
commit e0a97a1b54
-6
View File
@@ -6,12 +6,6 @@
FROM python:3.11
# 非必要步骤,更换pip源 (以下三行,可以删除)
RUN echo '[global]' > /etc/pip.conf && \
echo 'index-url = https://mirrors.aliyun.com/pypi/simple/' >> /etc/pip.conf && \
echo 'trusted-host = mirrors.aliyun.com' >> /etc/pip.conf
# 进入工作路径(必要)
WORKDIR /gpt