Delete subgen/Dockerfile

This commit is contained in:
McCloudS
2023-10-22 23:45:13 -06:00
committed by GitHub
parent a66b3b40be
commit 6e47d81a9e

View File

@@ -1,7 +0,0 @@
FROM python
RUN pip3 install flask requests stable-ts fast-whisper
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /
CMD [ "python3", "-u", "/subgen.py"]