Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
EXPOSE 7860
|
|
|
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
+
# Accept Coqui license automatically
|
| 15 |
+
ENV COQUI_TOS_AGREED=1
|
| 16 |
+
|
| 17 |
COPY . .
|
| 18 |
|
| 19 |
EXPOSE 7860
|