yukee1992 commited on
Commit
68b621f
·
verified ·
1 Parent(s): 139ac83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \