Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -38,6 +38,9 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \
|
|
38 |
RUN update-alternatives --set python3 /usr/bin/python3.10 && \
|
39 |
update-alternatives --set python /usr/bin/python3.10
|
40 |
|
|
|
|
|
|
|
41 |
WORKDIR /code
|
42 |
|
43 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
38 |
RUN update-alternatives --set python3 /usr/bin/python3.10 && \
|
39 |
update-alternatives --set python /usr/bin/python3.10
|
40 |
|
41 |
+
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
42 |
+
|
43 |
+
|
44 |
WORKDIR /code
|
45 |
|
46 |
COPY ./requirements.txt /code/requirements.txt
|