From c644cb93964f8df75a40952f8df0011dc08f97a6 Mon Sep 17 00:00:00 2001 From: Andreas Both Date: Mon, 8 Jan 2024 18:35:47 +0100 Subject: [PATCH] service_config.json: Fixed BirthData Docker image name --- service_config/service_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service_config/service_config.json b/service_config/service_config.json index f7be000e..b8175481 100644 --- a/service_config/service_config.json +++ b/service_config/service_config.json @@ -48,7 +48,7 @@ { "mode": "dockerfile", "port": "40152:40152", - "image": "qanary/qanary-component-qb-birthdatawikidata", + "image": "qanary/qanary-component-qb-birthdata-wikidata", "tag": "latest", "files": { ".env": "qb-birthdatawikidata" @@ -152,7 +152,7 @@ "2": "qanary-qanary-component-ned-opentapioca", "3": "qanary-qanary-component-ner-comiccharacternamesimplenamedentityrecognizer", "4": "qanary-qanary-component-qc-answertypeclassifier", - "5": "qanary-qanary-component-qb-birthdatawikidata", + "5": "qanary-qanary-component-qb-birthdata-wikidata", "6": "qanary-qanary-component-qb-comiccharacteralteregosimpledbpedia", "7": "qanary-qanary-component-qb-qanswer", "8": "qanary-qanary-component-qbe-qanswer", @@ -164,4 +164,4 @@ "14": "qanary-qanary-component-kg2kg-translateannotationsofinstance", "15": "qanary-qanary-component-ned-openai-gpt" } -} \ No newline at end of file +}