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
Hi, I am getting the following error when trying to run the docker file
(dong) [conda] [lh599@corfu:nlm-ingestor]$ docker pull ghcr.io/nlmatics/nlm-ingestor:latest
Cannot connect to the Docker daemon at unix:///run/user/86364/docker.sock. Is the docker daemon running?
Environment:
I followed every instruction in the README:
python: 3.10.12
I first cloned this repo, and run this command java -jar <path_to_nlm_ingestor>/jars/tika-server-standard-nlm-modified-2.9.2_v2.jar, and it run successfully.
Then I installed nlm-ingestor using pip install nlm-ingestor.
Then I run the ingestor using python -m nlm_ingestor.ingestion_daemon.
Then I run this command when tika server and ingestor are both running: docker pull ghcr.io/nlmatics/nlm-ingestor:latest, and it gives me the above error.
The text was updated successfully, but these errors were encountered:
Hi, I am getting the following error when trying to run the docker file
(dong) [conda] [lh599@corfu:nlm-ingestor]$ docker pull ghcr.io/nlmatics/nlm-ingestor:latest Cannot connect to the Docker daemon at unix:///run/user/86364/docker.sock. Is the docker daemon running?
Environment:
I followed every instruction in the README:
python:
3.10.12
I first cloned this repo, and run this command
java -jar <path_to_nlm_ingestor>/jars/tika-server-standard-nlm-modified-2.9.2_v2.jar
, and it run successfully.Then I installed nlm-ingestor using
pip install nlm-ingestor
.Then I run the ingestor using
python -m nlm_ingestor.ingestion_daemon
.Then I run this command when
tika server
andingestor
are both running:docker pull ghcr.io/nlmatics/nlm-ingestor:latest
, and it gives me the above error.The text was updated successfully, but these errors were encountered: