Skip to content

Commit

Permalink
feat: update docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Feb 3, 2025
1 parent efebf91 commit f6d7785
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
8 changes: 1 addition & 7 deletions docker-compose-mlflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ services:
- minio

mlflow-ui:
build:
context: ./
dockerfile: ./docker/mlflow/server/Dockerfile
args:
- HTTP_PROXY=$HTTP_PROXY
- HTTPS_PROXY=$HTTPS_PROXY
- NO_PROXY=$NO_PROXY
image: cogstacksystems/cogstack-mlflow-ui:dev
restart: always
networks:
- cogstack-model-serve_cms
Expand Down
8 changes: 1 addition & 7 deletions docker-compose-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ name: cms
services:

proxy:
build:
context: ./
dockerfile: ./docker/nginx/Dockerfile
args:
- HTTP_PROXY=$HTTP_PROXY
- HTTPS_PROXY=$HTTPS_PROXY
- NO_PROXY=$NO_PROXY
image: nginx:1.23.0
restart: always
networks:
- cogstack-model-serve_cms
Expand Down
13 changes: 12 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:

medcat-snomed:
image: cogstacksystems/cogstack-modelserve:dev
labels:
- org.cogstack.model-serve=medcat_snomed
restart: always
networks:
- cms
Expand Down Expand Up @@ -48,6 +50,8 @@ services:

medcat-icd10:
image: cogstacksystems/cogstack-modelserve:dev
labels:
- org.cogstack.model-serve=medcat_icd10
restart: always
networks:
- cms
Expand Down Expand Up @@ -90,6 +94,8 @@ services:

de-identification:
image: cogstacksystems/cogstack-modelserve:dev
labels:
- org.cogstack.model-serve=transformers_deid
restart: always
networks:
- cms
Expand Down Expand Up @@ -131,6 +137,8 @@ services:

medcat-deid:
image: cogstacksystems/cogstack-modelserve:dev
labels:
- org.cogstack.model-serve=medcat_deid
restart: always
networks:
- cms
Expand Down Expand Up @@ -173,7 +181,8 @@ services:

medcat-umls:
image: cogstacksystems/cogstack-modelserve:dev
container_name: cms_medcat-umls
labels:
- org.cogstack.model-serve=medcat_umls
restart: always
networks:
- cms
Expand Down Expand Up @@ -216,6 +225,8 @@ services:

huggingface-ner:
image: cogstacksystems/cogstack-modelserve:dev
labels:
- org.cogstack.model-serve=huggingface_ner
restart: always
networks:
- cms
Expand Down
4 changes: 0 additions & 4 deletions docker/nginx/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion docker/trf-deid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.10
LABEL "org.cogstack.model-serve"="trf-deid"
LABEL "org.cogstack.model-serve"="transformers_deid"

ARG CMS_MODEL_NAME
ARG HTTP_PROXY
Expand Down

0 comments on commit f6d7785

Please sign in to comment.