Merge pull request #14 from McCloudS/revert-12-main
Revert "Optimize image recreation by caching pip install"
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
WORKDIR /subgen
|
||||
|
||||
RUN apt-get update && apt-get -y install python3 python3-pip
|
||||
|
||||
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/requirements.txt /subgen/requirements.txt
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["/subgen/subgen.py"]
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
numpy
|
||||
stable-ts
|
||||
flask
|
||||
requests
|
||||
faster-whisper
|
||||
Reference in New Issue
Block a user