Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -77,10 +77,4 @@ RUN chmod 777 /app
|
|
77 |
RUN chown -R 1000:0 /.cache
|
78 |
RUN chmod 777 /.cache
|
79 |
|
80 |
-
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
|
81 |
-
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz.md5
|
82 |
-
RUN md5sum -c ffmpeg-git-amd64-static.tar.xz.md5
|
83 |
-
RUN tar xvf ffmpeg-git-amd64-static.tar.xz
|
84 |
-
RUN mv ffmpeg-git*/ffmpeg ffmpeg-git*/ffprobe /usr/local/bin/
|
85 |
-
|
86 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
77 |
RUN chown -R 1000:0 /.cache
|
78 |
RUN chmod 777 /.cache
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|