Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ ENV PYTHONUNBUFFERED=1
|
|
| 9 |
ENV HF_HOME=/tmp/huggingface
|
| 10 |
ENV TORCH_HOME=/tmp/torch
|
| 11 |
ENV COQUI_TOS_AGREED=1
|
|
|
|
| 12 |
|
| 13 |
# Create cache directories with proper permissions
|
| 14 |
RUN mkdir -p /tmp/tts_models /tmp/huggingface /tmp/torch /tmp/voices /tmp/output && \
|
|
|
|
| 9 |
ENV HF_HOME=/tmp/huggingface
|
| 10 |
ENV TORCH_HOME=/tmp/torch
|
| 11 |
ENV COQUI_TOS_AGREED=1
|
| 12 |
+
ENV OCI_UPLOAD_API_URL=https://yukee1992-oci-video-storage.hf.space
|
| 13 |
|
| 14 |
# Create cache directories with proper permissions
|
| 15 |
RUN mkdir -p /tmp/tts_models /tmp/huggingface /tmp/torch /tmp/voices /tmp/output && \
|