yzwwxm commited on
Commit
586565d
·
verified ·
1 Parent(s): 513cb86

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN git clone https://github.com/jianchang512/kokoro-uiapi /app/kokoro-uiapi
17
 
18
  # 切换到克隆的目录
19
  WORKDIR /app/kokoro-uiapi
20
- RUN mkdir temp && chmod 777 temp
21
  # 安装 Python 依赖
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
 
17
 
18
  # 切换到克隆的目录
19
  WORKDIR /app/kokoro-uiapi
20
+ RUN chmod -R 777 /app/kokoro-uiapi
21
  # 安装 Python 依赖
22
  RUN pip install --no-cache-dir -r requirements.txt
23