Spaces:
Running
Running
Eslam Magdy
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ RUN chown -R user:user /code
|
|
| 12 |
USER user
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 15 |
|
| 16 |
RUN pip install pypandoc
|
| 17 |
RUN pip install pypandoc-binary
|
|
|
|
| 12 |
USER user
|
| 13 |
|
| 14 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 15 |
+
RUN pip install av
|
| 16 |
|
| 17 |
RUN pip install pypandoc
|
| 18 |
RUN pip install pypandoc-binary
|