We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7596f2a commit cfb0c12Copy full SHA for cfb0c12
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:20.04
2
ENV TZ=Asia/Shanghai
3
ENV DEBIAN_FRONTEND=noninteractive
4
COPY README.txt ./
@@ -47,7 +47,7 @@ RUN huggingface-cli download deepseek-ai/DeepSeek-R1 --exclude *.safetensors --l
47
# 配置国内源
48
RUN pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
49
# 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
+# COPY sources-20.04.list /etc/apt/sources.list
51
52
# 启动命令
53
CMD tail -f README.txt
0 commit comments