khurrameycon commited on
Commit
b2ad3d9
·
verified ·
1 Parent(s): 63d9391

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN pip install --no-cache-dir -r requirements.txt
32
 
33
  # Install spaCy model
34
  RUN python -m spacy download en_core_web_sm
35
- RUN pip install misaki[en] --no-cache-dir
36
  # Pre-download the model with explicit permissions
37
  RUN python -c "from huggingface_hub import hf_hub_download; hf_hub_download('hexgrad/Kokoro-82M', 'config.json')" || true && \
38
  chmod -R 777 /app/cache
 
32
 
33
  # Install spaCy model
34
  RUN python -m spacy download en_core_web_sm
35
+ RUN pip install misaki[en]>=0.6.2 --no-cache-dir
36
  # Pre-download the model with explicit permissions
37
  RUN python -c "from huggingface_hub import hf_hub_download; hf_hub_download('hexgrad/Kokoro-82M', 'config.json')" || true && \
38
  chmod -R 777 /app/cache