Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
FROM python:3.11.11
|
2 |
|
3 |
-
RUN mkdir -p /.cache/akn
|
4 |
-
|
5 |
RUN apt -qq update && \
|
6 |
apt -qq install -y --no-install-recommends \
|
7 |
ffmpeg \
|
|
|
1 |
FROM python:3.11.11
|
2 |
|
|
|
|
|
3 |
RUN apt -qq update && \
|
4 |
apt -qq install -y --no-install-recommends \
|
5 |
ffmpeg \
|