Spaces:
Runtime error
Runtime error
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 |