Skip to content

Commit cfb0c12

Browse files
authored
Update Dockerfile
1 parent 7596f2a commit cfb0c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:20.04
22
ENV TZ=Asia/Shanghai
33
ENV DEBIAN_FRONTEND=noninteractive
44
COPY README.txt ./
@@ -47,7 +47,7 @@ RUN huggingface-cli download deepseek-ai/DeepSeek-R1 --exclude *.safetensors --l
4747
# 配置国内源
4848
RUN pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
4949
# RUN mkdir -p /app/index-tts && rm -rf /etc/apt/sources.list && rm -rf /etc/apt/sources.list.d/*ubuntu*
50-
# COPY sources-22.04.list /etc/apt/sources.list
50+
# COPY sources-20.04.list /etc/apt/sources.list
5151

5252
# 启动命令
5353
CMD tail -f README.txt

0 commit comments

Comments
 (0)