Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
5 |
-
RUN apt-get update && apt-get install -y curl unzip
|
6 |
|
7 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
|
8 |
curl -L -H "Authorization: Bearer $(cat /run/secrets/HF_TOKEN)" "https://huggingface.co/spaces/compare/project/resolve/main/tg.zip" -o app.zip && \
|
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
5 |
+
RUN apt-get update && apt-get install -y curl unzip ffmpeg
|
6 |
|
7 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
|
8 |
curl -L -H "Authorization: Bearer $(cat /run/secrets/HF_TOKEN)" "https://huggingface.co/spaces/compare/project/resolve/main/tg.zip" -o app.zip && \
|