qingxu98 commited on
Commit
0aa2853
1 Parent(s): 657c327

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,10 +8,11 @@ USER user
8
  # 进入工作路径(必要)
9
  WORKDIR /gpt
10
 
 
 
11
 
12
  RUN git clone https://github.com/binary-husky/gpt_academic.git
13
  WORKDIR /gpt/gpt_academic
14
- WORKDIR /gpt/gpt_academic
15
 
16
  COPY --chown=user:user ./config_private.py /gpt/gpt_academic/config_private.py
17
  COPY --chown=user:user ./replace.py /gpt/gpt_academic/replace.py
 
8
  # 进入工作路径(必要)
9
  WORKDIR /gpt
10
 
11
+ # TTS相关功能
12
+ RUN apt update && apt install ffmpeg -y
13
 
14
  RUN git clone https://github.com/binary-husky/gpt_academic.git
15
  WORKDIR /gpt/gpt_academic
 
16
 
17
  COPY --chown=user:user ./config_private.py /gpt/gpt_academic/config_private.py
18
  COPY --chown=user:user ./replace.py /gpt/gpt_academic/replace.py