From e0a97a1b547d91e1848d43238ea711fd404d3d40 Mon Sep 17 00:00:00 2001 From: zhizhi <60135925+chunzhimoe@users.noreply.github.com> Date: Thu, 9 May 2024 22:16:16 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97dba6f..d4c840d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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