Spaces:
Build error
Build error
napatswift
commited on
Commit
·
edc1665
1
Parent(s):
ceecba1
Update
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -2,8 +2,9 @@ FROM python:3.9
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
-
|
6 |
|
|
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
RUN mim install mmengine
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
+
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
6 |
|
7 |
+
COPY ./requirements.txt /code/requirements.txt
|
8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
9 |
|
10 |
RUN mim install mmengine
|