-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to access jarfile #24
Comments
Hello @scottkerr-dataseer ! Thanks for the issue. Did you rebuild this image or use the DockerHub image? |
I used the downloaded image. I can try building if you want. But I don't
normally build in Java (yet).
…On Fri, May 5, 2023 at 2:37 PM Patrice Lopez ***@***.***> wrote:
Hello @scottkerr-dataseer <https://github.com/scottkerr-dataseer> !
Thanks for the issue.
Did you rebuild this image or use the DockerHub image?
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6BQL65ZQSNKTSNWIUCP3YTXEVCEZANCNFSM6AAAAAAXXL5W6U>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No it's just to know where the problem comes from. The version tag is missing in the library name ( If I remember well, I tested this image present on DockerHub and I used it a few times, so it's strange. This docker hub image is running also on HuggingFace space, although it times out because there is no GPU in this demo. Anyway I suspect a problem with env and local --build-arg variable in the docker build. I have updated the image on DockerHub so if you pull the new version, the version tag is now forced. |
This should be solved with #38 |
I am getting this error message:
scott@:~$ docker run --rm --gpus all -it -p 8060:8060 grobid/software-mentions:0.7.3-SNAPSHOT
Error: Unable to access jarfile build/libs/software-mentions--onejar.jar
I was able to run 0.7.1 without difficulty.
The text was updated successfully, but these errors were encountered: