Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Installation issue with Docker #2

Open
erwanlc opened this issue Feb 22, 2019 · 4 comments
Open

Installation issue with Docker #2

erwanlc opened this issue Feb 22, 2019 · 4 comments
Assignees

Comments

@erwanlc
Copy link

erwanlc commented Feb 22, 2019

Hello,

I tried to install CogStack-SemEHR using docker but I am stuck in the first step:

docker build -t cogstack/semehr - < Dockerfile

The build start well but it fails for the following command (line 40 in the Dockerfile):

RUN cd /opt/gcp/gcp-2.5-18658 && ant

I got a server access error and the build stop as it can't get the needed dependencies.
You can find the full error logs attached.
cogstack_docker_issue.txt

Do you have any idea on how I could correct this ?

Thanks for your help.

@afolarin
Copy link

have you your UMLS resources prepared? These can't be distributed (licence restrictions) so you have to provision these yourself.

If you have got a bio-yodie usable UMLS resource populated, you can use it like the following.

docker run --name=semehr-test \
--mount type=bind,src=FULL PATH OF YOUR DATA FOLDER,dst=/data/ \
--mount type=bind,src=FULL PATH OF YOUR UMLS RESOURCE FOR BIO-YODIE,dst=/opt/gcp/bio-yodie-1-2-1/bio-yodie-resources \
cogstack/semehr

@Siddhijain16
Copy link

Hii @afolarin
I am also facing the same issue while running command docker build -t cogstack/semehr - < Dockerfile
Any solution for this ?
image

@afolarin
Copy link

@Siddhijain16 this stuff is quite old (and I'm not sure who is using it still) might be good to follow up with @Honghan

@Siddhijain16
Copy link

@Siddhijain16 this stuff is quite old (and I'm not sure who is using it still) might be good to follow up with @Honghan
Thank you for your reply @afolarin .

Hii @Honghan
I tried but not able to solve this error. Can you please help me out from this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants