mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: Added Local TTS (Kokoro TTS) Support
This commit is contained in:
parent
994ebb4efd
commit
1b29310ae7
8 changed files with 3056 additions and 2293 deletions
|
|
@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
wget \
|
||||
unzip \
|
||||
gnupg2 \
|
||||
espeak-ng \
|
||||
libsndfile1 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Update certificates and install SSL tools
|
||||
|
|
@ -51,7 +53,7 @@ RUN python -c "try:\n from docling.document_converter import DocumentConverte
|
|||
|
||||
# Install Playwright browsers for web scraping if needed
|
||||
RUN pip install playwright && \
|
||||
playwright install --with-deps chromium
|
||||
playwright install chromium
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue