Spaces:
Running
Running
Add writing permission
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -23,6 +23,9 @@ COPY wav2lip_gan.pth wav2lip/weights/wav2lip_gan.pth
|
|
23 |
RUN mkdir -p keys
|
24 |
RUN chmod -R 777 /app/keys
|
25 |
|
|
|
|
|
|
|
26 |
ENV GOOGLE_APPLICATION_CREDENTIALS="keys/google-cloud-text-to-speech-key.json"
|
27 |
ENV NUMBA_DISABLE_JIT=1
|
28 |
RUN chmod -R 755 /usr/local/lib/python3.9/site-packages/librosa
|
|
|
23 |
RUN mkdir -p keys
|
24 |
RUN chmod -R 777 /app/keys
|
25 |
|
26 |
+
RUN mkdir -p temp
|
27 |
+
RUN chmod -R 777 /app/temp
|
28 |
+
|
29 |
ENV GOOGLE_APPLICATION_CREDENTIALS="keys/google-cloud-text-to-speech-key.json"
|
30 |
ENV NUMBA_DISABLE_JIT=1
|
31 |
RUN chmod -R 755 /usr/local/lib/python3.9/site-packages/librosa
|