Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -10,7 +10,6 @@ RUN mkdir .chroma && chmod -R 777 .chroma
|
|
10 |
|
11 |
COPY . .
|
12 |
|
13 |
-
COPY tts_samples /app/tts_samples
|
14 |
|
15 |
RUN chmod -R 777 /app
|
16 |
|
|
|
10 |
|
11 |
COPY . .
|
12 |
|
|
|
13 |
|
14 |
RUN chmod -R 777 /app
|
15 |
|