Skip to content

Commit

Permalink
ch docker
Browse files Browse the repository at this point in the history
  • Loading branch information
grokhi committed Sep 12, 2024
1 parent 2f9af38 commit e0e2af7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .docker/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions .docker/publish.sh

This file was deleted.

6 changes: 6 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM supervisely/base-py-sdk:6.73.183

RUN pip3 git+https://github.com/supervisely-ecosystem/LightGlue.git@main
RUN pip3 scikit-learn==1.5.2

LABEL python_sdk_version=6.73.183
2 changes: 2 additions & 0 deletions docker/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker build -t supervisely/conveyor-belt-interpolator:0.0.1 . && \
docker push supervisely/conveyor-belt-interpolator:0.0.1

0 comments on commit e0e2af7

Please sign in to comment.