xmrt commited on
Commit
8d667ad
1 Parent(s): a610dec

3d visualization and req.txt

Browse files
Files changed (1) hide show
  1. 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