OCR4all / LAREX

A semi-automatic open-source tool for Layout Analysis and Region EXtraction on early printed books.
MIT License
179 stars 33 forks source link

permissions on Larex docker #256

Closed jthale76 closed 3 years ago

jthale76 commented 3 years ago

Hi Max, I tried the docker route and got an error saying pull access denied:

bash-3.2$ docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one. Username: jthale76 Password: Login Succeeded

bash-3.2$ docker pull mathnth/larex Using default tag: latest Error response from daemon: pull access denied for mathnth/larex, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

maxnth commented 3 years ago

bash-3.2$ docker pull mathnth/larex

Does docker pull maxnth/larex work?

jthale76 commented 3 years ago

it works! I see I spelled the image name wrong thank you....