Skip to content

Commit 41976c2

Browse files
committed
fixed incorrect weights links
1 parent dc0e052 commit 41976c2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docker/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ RUN apt-get update && apt-get -y install curl
2222

2323
RUN mkdir -p /weights
2424

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"
3030

3131
LABEL python_sdk_version=6.73.251

docker/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

serve/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"deployed_nn"
1515
],
1616
"community_agent": false,
17-
"docker_image": "supervisely/sparseinst:1.0.1",
17+
"docker_image": "supervisely/sparseinst:1.0.2",
1818
"instance_version": "6.12.12",
1919
"entrypoint": "python3 -m uvicorn src.main:model.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets",
2020
"port": 8000,

0 commit comments

Comments
 (0)