3d visualization and req.txt
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN pip install -e .
|
|
21 |
WORKDIR /..
|
22 |
|
23 |
# RUN mim install "mmpose>=1.1.0"
|
24 |
-
RUN pip install -r requirements.txt
|
25 |
|
26 |
#https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
|
27 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
|
|
21 |
WORKDIR /..
|
22 |
|
23 |
# RUN mim install "mmpose>=1.1.0"
|
24 |
+
RUN pip install -r /code/requirements.txt
|
25 |
|
26 |
#https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
|
27 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|