ygauravyy commited on
Commit
90c4ee1
·
verified ·
1 Parent(s): b4bc4c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN pip install torchserve
30
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
31
  WORKDIR xtcocoapi
32
  RUN pip install -r requirements.txt
 
33
  RUN python setup.py install
34
  WORKDIR /
35
  RUN pip install mmpose==0.29.0
 
30
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
31
  WORKDIR xtcocoapi
32
  RUN pip install -r requirements.txt
33
+ RUN pip install -e .
34
  RUN python setup.py install
35
  WORKDIR /
36
  RUN pip install mmpose==0.29.0