Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed May 30, 2024
1 parent cb16941 commit beda56a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ RUN echo '[global]' > /etc/pip.conf && \
WORKDIR /gpt


# TTS相关功能
RUN apt update && apt install ffmpeg -y


# 安装大部分依赖,利用Docker缓存加速以后的构建 (以下三行,可以删除)
COPY requirements.txt ./
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit beda56a

Please sign in to comment.