Skip to content

ci: PLT-318: Update Docker build config #525

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions .github/docker-build-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
- backend_dir_name: segment_anything_model
backend_tag_prefix: sam-
- backend_dir_name: bert_classifier
backend_tag_prefix: bertclass-
- backend_dir_name: easyocr
backend_tag_prefix: easyocr-
- backend_dir_name: flair
backend_tag_prefix: flair-
- backend_dir_name: grounding_dino
backend_tag_prefix: grnddino-
- backend_dir_name: huggingface_llm
backend_tag_prefix: huggingfacellm-
- backend_dir_name: huggingface_ner
backend_tag_prefix: huggingfacener-
- backend_dir_name: interactive_substring_matching
backend_tag_prefix: interactsubstrmatch-
- backend_dir_name: langchain_search_agent
backend_tag_prefix: langchainsearch-
- backend_dir_name: llm_interactive
backend_tag_prefix: llm-
- backend_dir_name: the_simplest_backend
backend_tag_prefix: simplebackend-
- backend_dir_name: mmdetection-3
backend_tag_prefix: mmdetection3-
- backend_dir_name: nemo_asr
backend_tag_prefix: nemoasr-
- backend_dir_name: segment_anything_model
backend_tag_prefix: sam-
- backend_dir_name: sklearn_text_classifier
backend_tag_prefix: sklearntxtclass-
- backend_dir_name: spacy
backend_tag_prefix: spacy-
- backend_dir_name: tesseract
backend_tag_prefix: tesseract-
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
bert_classifier:
container_name: bert_classifier
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:bertclass-master
build:
context: .
args:
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/easyocr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
easyocr:
container_name: easyocr
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:easyocr-master
build:
context: .
args:
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/flair/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
flair:
container_name: flair
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:flair-master
build:
context: .
args:
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/grounding_dino/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3.11"
services:
grounding_dino:
container_name: grounding_dino
image: heartexlabs/label-studio-ml-backend:grnddino-master
build:
context: .
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
huggingface_llm:
container_name: huggingface_llm
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:huggingfacellm-master
build:
context: .
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
huggingface_ner:
container_name: huggingface_ner
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:huggingfacener-master
build:
context: .
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
interactive_substring_matching:
container_name: interactive_substring_matching
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:interactsubstrmatch-master
build:
context: .
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
langchain_search_agent:
container_name: langchain_search_agent
image: humansignal/langchain:v0
image: heartexlabs/label-studio-ml-backend:langchainsearch-master
build:
context: .
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
llm_interactive:
container_name: llm_interactive
image: heartexlabs/label-studio-ml-backend:llm-latest
image: heartexlabs/label-studio-ml-backend:llm-master
build:
context: .
args:
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/mmdetection-3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
mmdetection-3:
container_name: mmdetection-3
image: humansignal/ml-backend-mmdetection-3:v0
image: heartexlabs/label-studio-ml-backend:mmdetection3-master
build:
context: .
args:
Expand Down
2 changes: 1 addition & 1 deletion label_studio_ml/examples/nemo_asr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
nemo_asr:
container_name: nemo_asr
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:nemoasr-master
build:
context: .
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
segment_anything_model:
container_name: segment_anything_model
image: heartexlabs/label-studio-ml-backend:sam-latest
image: heartexlabs/label-studio-ml-backend:sam-master
build:
context: .
shm_size: '4gb'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
sklearn_text_classifier:
container_name: sklearn_text_classifier
image: humansignal/ml-backend:v0
image: heartexlabs/label-studio-ml-backend:sklearntxtclass-master
build:
context: .
args:
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/spacy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: "3.8"
services:
spacy:
container_name: spacy
image: heartexlabs/label-studio-ml-backend:spacy-master
build: .
environment:
# specify the spacy model to use
Expand Down
1 change: 1 addition & 0 deletions label_studio_ml/examples/tesseract/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:

tesseract:
container_name: tesseract
image: heartexlabs/label-studio-ml-backend:tesseract-master
build:
context: .
args:
Expand Down
Loading