ygauravyy commited on
Commit
2695441
·
verified ·
1 Parent(s): 4125932

Update torchserve_setup.sh

Browse files
Files changed (1) hide show
  1. torchserve_setup.sh +1 -1
torchserve_setup.sh CHANGED
@@ -29,7 +29,7 @@ pip install torchserve
29
  git clone https://github.com/jin-s13/xtcocoapi.git
30
  cd xtcocoapi
31
  pip install -r requirements.txt
32
- python setup.py install
33
  cd /
34
 
35
  # Additional dependencies
 
29
  git clone https://github.com/jin-s13/xtcocoapi.git
30
  cd xtcocoapi
31
  pip install -r requirements.txt
32
+ pip install -e .
33
  cd /
34
 
35
  # Additional dependencies