Spaces:
Sleeping
Sleeping
GVAmaresh
commited on
Commit
·
d4c19bb
1
Parent(s):
5163b6e
dev: fixing ffmpeg error
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ WORKDIR /app
|
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
RUN apt-get update && apt-get install -y ffmpeg
|
|
|
12 |
|
13 |
COPY --chown=user . /app
|
14 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
RUN apt-get update && apt-get install -y ffmpeg
|
12 |
+
USER user
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|