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 |
|