File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ RUN pip3 install timm==1.0.16
23
23
RUN pip3 install gdown==5.2.0
24
24
RUN pip3 install onnxruntime-gpu==1.11.0
25
25
RUN pip3 install supervisely[model-benchmark]==6.73.404
26
+ RUN pip3 install supervisely[training]==6.73.404
26
27
27
28
LABEL "role" ="development"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ RUN pip3 install Pillow==9.5.0
18
18
RUN pip3 install timm==1.0.16
19
19
RUN pip3 install onnxruntime-gpu==1.11.0
20
20
RUN pip3 install supervisely[model-benchmark]==6.73.404
21
+ RUN pip3 install supervisely[training]==6.73.404
21
22
22
23
RUN apt-get update && apt-get -y install curl
23
24
Original file line number Diff line number Diff line change 1
- docker build -t supervisely/sparseinst:1.0.3 . && \
2
- docker push supervisely/sparseinst:1.0.3
1
+ docker build -t supervisely/sparseinst:1.0.4 . && \
2
+ docker push supervisely/sparseinst:1.0.4
Original file line number Diff line number Diff line change 18
18
"icon_cover" : true ,
19
19
"poster" : " https://github.com/supervisely-ecosystem/SparseInst/releases/download/v0.0.1/poster_sparseInst-serve.jpg" ,
20
20
"community_agent" : false ,
21
- "docker_image" : " supervisely/sparseinst:1.0.3 " ,
21
+ "docker_image" : " supervisely/sparseinst:1.0.4 " ,
22
22
"instance_version" : " 6.14.0" ,
23
23
"entrypoint" : " python3 -m uvicorn src.main:model.app --app-dir ./serve --host 0.0.0.0 --port 8000 --ws websockets" ,
24
24
"port" : 8000 ,
Original file line number Diff line number Diff line change 9
9
" train"
10
10
],
11
11
"description" : " Dashboard to configure, start and monitor SparseInst training" ,
12
- "docker_image" : " supervisely/sparseinst:1.0.3 " ,
12
+ "docker_image" : " supervisely/sparseinst:1.0.4 " ,
13
13
"instance_version" : " 6.14.0" ,
14
14
"entrypoint" : " python3 -m uvicorn src.main:train.app --app-dir ./train --host 0.0.0.0 --port 8000 --ws websockets" ,
15
15
"task_location" : " workspace_tasks" ,
You can’t perform that action at this time.
0 commit comments