miyu-self-tts-2 / Dockerfile
GordonChan365's picture
Update Dockerfile
86c7cd0 verified
raw
history blame contribute delete
225 Bytes
FROM python:3.10.11-slim
WORKDIR $HOME/app
COPY requirements.txt $HOME/app
RUN mkdir /.cache && chmod 777 /.cache
RUN pip install -r requirements.txt
COPY . $HOME/app
RUN python kitt.py download-files
CMD python kitt.py start