lengyue233 commited on
Commit
ed12c3f
1 Parent(s): 4f958d5

update envs

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -19,6 +19,8 @@ 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
- 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
 
19
 
20
  ENV GRADIO_SERVER_NAME=0.0.0.0
21
  ENV GRADIO_SERVER_PORT=7860
22
+ ENV NUMBA_CACHE_DIR=/tmp/numba
23
+ ENV TRANSFORMERS_CACHE=/tmp/huggingface
24
+ ENV MPLCONFIGDIR=/tmp/matplotlib
25
 
26
  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