Skip to content

Running Knowledge4COVID 19 KG locally

Samaneh Jozashoori edited this page May 25, 2022 · 4 revisions

Knowledge4COVID-19 KG pipeline can be run locally by downloading the data file

After extracting the data, run the following docker command

docker run -d --name covid19_kg -v '/path_to_data/:/app/data' -p 8890:8890  sdmtib/covid19kg:1.0
Clone this wiki locally