From a2f04593b0f040d255b8d123371ac47c3456f378 Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 23 Apr 2025 10:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile.latest | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.latest b/docker/Dockerfile.latest index c278643..09f1d89 100644 --- a/docker/Dockerfile.latest +++ b/docker/Dockerfile.latest @@ -28,8 +28,14 @@ ENV BUILD_PREFIX=/app ADD . ${BUILD_PREFIX} -RUN apt-get update \ - &&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\ +# RUN apt-get update \ +# &&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\ +# && cd ${BUILD_PREFIX} \ +# && cp config-template.json config.json \ +# && /usr/local/bin/python -m pip install --no-cache --upgrade pip \ +# && pip install --no-cache -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ + +RUN apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\ && cd ${BUILD_PREFIX} \ && cp config-template.json config.json \ && /usr/local/bin/python -m pip install --no-cache --upgrade pip \