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