ygauravyy commited on
Commit
9054f51
·
verified ·
1 Parent(s): 65033a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -34,7 +34,6 @@ RUN pip install fastapi==0.100.0
34
  RUN pip install uvicorn==0.22.0
35
  RUN pip install requests==2.31.0
36
 
37
-
38
  # bugfix for xtcocoapi, a dependency of mmpose
39
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
40
  WORKDIR xtcocoapi
 
34
  RUN pip install uvicorn==0.22.0
35
  RUN pip install requests==2.31.0
36
 
 
37
  # bugfix for xtcocoapi, a dependency of mmpose
38
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
39
  WORKDIR xtcocoapi