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