Spaces:
Running
Running
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
|
|
5 |
COPY . /code
|
6 |
|
7 |
RUN apt-get update
|
8 |
-
RUN apt-get install -y ffmpeg
|
9 |
|
10 |
RUN pip install --upgrade pip
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
5 |
COPY . /code
|
6 |
|
7 |
RUN apt-get update
|
8 |
+
RUN apt-get install -y ffmpeg build-essential
|
9 |
|
10 |
RUN pip install --upgrade pip
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|