trangvv commited on
Commit
19379d8
·
verified ·
1 Parent(s): b1030a8

Update cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +1 -1
cog.yaml CHANGED
@@ -19,7 +19,7 @@ build:
19
  - "Cython==0.29.27"
20
  - "timm==0.4.12"
21
  run:
22
- - pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/torch1.8/index.html
23
  - pip install git+https://github.com/cocodataset/panopticapi.git
24
  - pip install git+https://github.com/mcordts/cityscapesScripts.git
25
  - git clone https://github.com/facebookresearch/Mask2Former
 
19
  - "Cython==0.29.27"
20
  - "timm==0.4.12"
21
  run:
22
+ - python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
23
  - pip install git+https://github.com/cocodataset/panopticapi.git
24
  - pip install git+https://github.com/mcordts/cityscapesScripts.git
25
  - git clone https://github.com/facebookresearch/Mask2Former