Update Dockerfile
Browse files- 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
|
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 |
|