Spaces:
Running
Running
Michael Natanael
commited on
Commit
·
434effd
1
Parent(s):
26d763f
update Dockerfile
Browse files- Dockerfile +0 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
@@ -11,7 +11,6 @@ WORKDIR /app
|
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
-
RUN apt-get update && apt-get install -y ffmpeg
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
|
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
14 |
|
15 |
COPY --chown=user . /app
|
16 |
# CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|
requirements.txt
CHANGED
@@ -9,6 +9,7 @@ SQLAlchemy==1.3.22
|
|
9 |
Werkzeug==1.0.1
|
10 |
openai-whisper
|
11 |
setuptools-rust
|
|
|
12 |
accelerate
|
13 |
pytorch-lightning==2.2.1
|
14 |
lightning==2.4.0
|
|
|
9 |
Werkzeug==1.0.1
|
10 |
openai-whisper
|
11 |
setuptools-rust
|
12 |
+
ffmpeg
|
13 |
accelerate
|
14 |
pytorch-lightning==2.2.1
|
15 |
lightning==2.4.0
|