Spaces:
Runtime error
Runtime error
ayaanzaveri
commited on
Commit
•
555eb12
1
Parent(s):
105dea7
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -24,6 +24,4 @@ WORKDIR $HOME/app
|
|
24 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
-
RUN sudo apt-get install ffmpeg -y
|
28 |
-
|
29 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
24 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
|
|
|
|
27 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|