xiaoai-tts-zh / Dockerfile
lucy1118's picture
Update Dockerfile
011f622 verified
raw
history blame
245 Bytes
FROM python:3.10.11-slim
WORKDIR $HOME/app
COPY . $HOME/app
RUN mkdir /.cache && chmod 777 /.cache
RUN pip install ./livekit-plugins-silero && pip install -r requirements.txt
EXPOSE 7860
RUN python kitt.py download-files
CMD python kitt.py start