File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ RUN apt-get update && apt-get -y install curl
22
22
23
23
RUN mkdir -p /weights
24
24
25
- RUN curl -L -o /weights/sparse_inst_r50_giam_ceaffc.pth "https://github.com/supervisely-ecosystem/SparseInsr /releases/download/v0.0.1/sparse_inst_r50_giam_ceaffc.pth"
26
- RUN curl -L -o /weights/sparse_inst_r50vd_base.pth "https://github.com/supervisely-ecosystem/SparseInsr /releases/download/v0.0.1/sparse_inst_r50vd_base.pth"
27
- RUN curl -L -o /weights/sparse_inst_r50_dcn_giam_aug.pth "https://github.com/supervisely-ecosystem/SparseInsr /releases/download/v0.0.1/sparse_inst_r50_dcn_giam_aug.pth"
28
- RUN curl -L -o /weights/sparse_inst_r50vd_dcn_giam_aug.pth "https://github.com/supervisely-ecosystem/SparseInsr /releases/download/v0.0.1/sparse_inst_r50vd_dcn_giam_aug.pth"
29
- RUN curl -L -o /weights/sparse_inst_pvt_v2_b2_li_giam.pth "https://github.com/supervisely-ecosystem/SparseInsr /releases/download/v0.0.1/sparse_inst_pvt_v2_b2_li_giam.pth"
25
+ RUN curl -L -o /weights/sparse_inst_r50_giam_ceaffc.pth "https://github.com/supervisely-ecosystem/SparseInst /releases/download/v0.0.1/sparse_inst_r50_giam_ceaffc.pth"
26
+ RUN curl -L -o /weights/sparse_inst_r50vd_base.pth "https://github.com/supervisely-ecosystem/SparseInst /releases/download/v0.0.1/sparse_inst_r50vd_base.pth"
27
+ RUN curl -L -o /weights/sparse_inst_r50_dcn_giam_aug.pth "https://github.com/supervisely-ecosystem/SparseInst /releases/download/v0.0.1/sparse_inst_r50_dcn_giam_aug.pth"
28
+ RUN curl -L -o /weights/sparse_inst_r50vd_dcn_giam_aug.pth "https://github.com/supervisely-ecosystem/SparseInst /releases/download/v0.0.1/sparse_inst_r50vd_dcn_giam_aug.pth"
29
+ RUN curl -L -o /weights/sparse_inst_pvt_v2_b2_li_giam.pth "https://github.com/supervisely-ecosystem/SparseInst /releases/download/v0.0.1/sparse_inst_pvt_v2_b2_li_giam.pth"
30
30
31
31
LABEL python_sdk_version=6.73.251
Original file line number Diff line number Diff line change 1
- docker build -t supervisely/sparseinst:1.0.1 . && \
2
- docker push supervisely/sparseinst:1.0.1
1
+ docker build -t supervisely/sparseinst:1.0.2 . && \
2
+ docker push supervisely/sparseinst:1.0.2
Original file line number Diff line number Diff line change 14
14
" deployed_nn"
15
15
],
16
16
"community_agent" : false ,
17
- "docker_image" : " supervisely/sparseinst:1.0.1 " ,
17
+ "docker_image" : " supervisely/sparseinst:1.0.2 " ,
18
18
"instance_version" : " 6.12.12" ,
19
19
"entrypoint" : " python3 -m uvicorn src.main:model.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets" ,
20
20
"port" : 8000 ,
You can’t perform that action at this time.
0 commit comments