You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
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 ?