ygauravyy commited on
Commit
99b12b9
1 Parent(s): f30d0e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN pip install --no-cache-dir torchserve
38
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
39
  WORKDIR xtcocoapi
40
  RUN pip install --no-cache-dir -r requirements.txt
41
- RUN python setup.py install
42
  WORKDIR /home/user
43
 
44
  # Install additional Python packages
 
38
  RUN git clone https://github.com/jin-s13/xtcocoapi.git
39
  WORKDIR xtcocoapi
40
  RUN pip install --no-cache-dir -r requirements.txt
41
+ RUN pip install -e .
42
  WORKDIR /home/user
43
 
44
  # Install additional Python packages