From ee2ffd778d0a7aefcc654635d922cdff77a9a7a1 Mon Sep 17 00:00:00 2001 From: Florian Borchert Date: Wed, 11 Dec 2024 10:07:31 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e2e830..cb23f43 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Simple integration of pre-configured [xMEN](https://github.com/hpi-dhc/xmen) pip - Download pre-computed xMEN index for SNOMED CT and extract contents into `xmen_index`: - [HPI Nextcloud Link](https://nextcloud.hpi.de/s/LQM7s5oWGnoHRJ6) (password: name of this repository) -- `docker run -m=12g -p 5000:5000 -v "$(pwd)"/xmen_index/index:/index/ ghcr.io/hpi-dhc/xmen-inception-recommender:main` +- `docker run -m=12g -p :5000 -v "$(pwd)"/xmen_index/index:/index/ ghcr.io/hpi-dhc/xmen-inception-recommender:main` + +Replace with the port you want to use for the external recommender in INCEpTION. ## Create xMEN KB and Index from Scratch