Spaces:
Running
on
T4
Running
on
T4
lengyue233
commited on
Commit
•
4f958d5
1
Parent(s):
8e6af1f
fix numba cache dir
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -19,5 +19,6 @@ COPY --chown=user exp_hifisinger.py configs/exp_hifisinger.py
|
|
19 |
|
20 |
ENV GRADIO_SERVER_NAME=0.0.0.0
|
21 |
ENV GRADIO_SERVER_PORT=7860
|
|
|
22 |
|
23 |
CMD python3 tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio
|
|
|
19 |
|
20 |
ENV GRADIO_SERVER_NAME=0.0.0.0
|
21 |
ENV GRADIO_SERVER_PORT=7860
|
22 |
+
ENV NUMBA_CACHE_DIR=/tmp/
|
23 |
|
24 |
CMD python3 tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio
|