-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't test the docker containers as is #5
Comments
Update: tried the install version too, throws the same exception with |
@jianshen92 can you help take a look with this? |
I'm running into the same issue. Any suggestions on how to get it working? |
@alejones yes, I fixed this. Turns out publayanet link in
It works just fine. |
Hey @MayStepanyan ! Thanks for checking it out! Would be very helpful to the team if you could raise a PR for this fix! |
mark, I met the same problem |
I find a new effective model url: "https://huggingface.co/discus0434/publaynet-dit-base/resolve/main/publaynet_dit-b_cascade.pth" |
Hi.
I run the command from README:
docker run --gpus all -p 3000:3000 ghcr.io/bentoml/ocr-as-a-service:gpu
and after pulling it throws an error:
FileNotFoundError: BentoML config file specified in ENV VAR not found: 'BENTOML_CONFIG=./config/default.yaml'
I've tried to create a dummy config with this content:
which results in another error:
Same issues is with
cpu
docker image.I suspect the config file should include some credentials I don't have access to. How can I fix this issue to test the service?
The text was updated successfully, but these errors were encountered: