cyrildiagne / u2net-http

HTTP Wrapper for U^2-Net (Qin et al, Pattern Recognition 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Permission Denied

Pablofero opened this issue · comments

I am trying to run it with Docker but encountered a permission error:
This issue in basnet-http looks similar

~$ docker run --rm -p 8080:80 gcr.io/cyrildiagne-ml/u2net-http
Unable to find image 'gcr.io/cyrildiagne-ml/u2net-http:latest' locally
docker: Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication.
See 'docker run --help'.

Updated the image name to refer to the public one in dockerub: docker.io/cyrildiagne/u2net-http