镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 22:46:48 +00:00
为docker构建添加FFmpeg依赖 (#1807)
* Test: change dockerfile to install ffmpeg * Add the ffmpeg to dockerfile (required by edge-tts)
这个提交包含在:
@@ -15,6 +15,9 @@ RUN pip3 install -r requirements.txt
|
||||
# 安装语音插件的额外依赖
|
||||
RUN pip3 install aliyun-python-sdk-core==2.13.3 pyOpenSSL webrtcvad scipy git+https://github.com/aliyun/alibabacloud-nls-python-sdk.git
|
||||
|
||||
# edge-tts需要的依赖
|
||||
RUN apt update && apt install ffmpeg -y
|
||||
|
||||
# 可选步骤,用于预热模块
|
||||
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户