Update Dockerfile
This commit is contained in:
@@ -19,9 +19,12 @@ RUN apt-get update \
|
|||||||
uvicorn \
|
uvicorn \
|
||||||
python-multipart \
|
python-multipart \
|
||||||
python-ffmpeg \
|
python-ffmpeg \
|
||||||
whisper
|
whisper \
|
||||||
|
transformers \
|
||||||
|
accelerate \
|
||||||
|
optimum
|
||||||
|
|
||||||
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
|
ADD https://raw.githubusercontent.com/McCloudS/subgen/transformers/subgen/subgen.py /subgen/subgen.py
|
||||||
|
|
||||||
CMD [ "python3", "-u", "./subgen.py" ]
|
CMD [ "python3", "-u", "./subgen.py" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user