Skip to content

Commit

Permalink
docker: depend on ctakes 1.1.1
Browse files Browse the repository at this point in the history
This hopefully fixes a race condition when restarting cTAKES as we
feed it new bsv files.

Also bumped ETL's version to 1.1.1 (coincidentally the same :D)
  • Loading branch information
mikix committed May 8, 2024
1 parent 330e79b commit 1a01c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- etl-gpu

ctakes-covid-base:
image: smartonfhir/ctakes-covid:1.1.0
image: smartonfhir/ctakes-covid:1.1.1
environment:
- ctakes_umlsuser=umls_api_key
- ctakes_umlspw=$UMLS_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion cumulus_etl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Cumulus public entry point"""

__version__ = "1.1.0"
__version__ = "1.1.1"
2 changes: 1 addition & 1 deletion cumulus_etl/etl/studies/covid_symptom/covid_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class BaseCovidSymptomNlpResultsTask(tasks.BaseNlpTask):
task_version = 4
# Task Version History:
# ** 4 (2024-01): Fixed bug preventing our cTAKES symptoms file from having any effect **
# cTAKES: smartonfhir/ctakes-covid:1.1.0
# cTAKES: smartonfhir/ctakes-covid:1.1.[01]
# cNLP: smartonfhir/cnlp-transformers:negation-0.6.1
# cNLP: smartonfhir/cnlp-transformers:termexists-0.6.1
# ctakesclient: 5.0
Expand Down

0 comments on commit 1a01c49

Please sign in to comment.