Skip to content

Commit

Permalink
Deploy: MedCAT service version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed May 9, 2024
1 parent bc63b8b commit b1872ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/nlp_service.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RES_BIOYODIE_UMLS_PATH="../services/nlp-services/applications/bio-yodie/resource
# MedCAT sergvice image versions:
# default image, only CPU support: cogstacksystems/medcat-service:latest
# GPU support: cogstacksystems/medcat-service-gpu:latest
MEDCAT_SERVICE_IMAGE_VERSION="cogstacksystems/medcat-service:0.6.0"
MEDCAT_SERVICE_IMAGE_VERSION="cogstacksystems/medcat-service:0.6.1"

# ENABLE THIS ONLY IF YOU ARE USING GPU
APP_CUDA_DEVICE_COUNT=0
2 changes: 1 addition & 1 deletion deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ services:
# * using internal models / resources #
#---------------------------------------------------------------------------#
nlp-medcat-service-production:
image: ${MEDCAT_SERVICE_IMAGE_VERSION:-cogstacksystems/medcat-service:0.6.0}
image: ${MEDCAT_SERVICE_IMAGE_VERSION:-cogstacksystems/medcat-service:0.6.1}
container_name: cogstack-medcat-service-production
restart: always
env_file:
Expand Down

0 comments on commit b1872ac

Please sign in to comment.