Closed flackbash closed 1 year ago
@kdercksen / @mickvanhulst is the docker image at docker hub up to date?
No! Apparently Dockerhub switched to only allowing automated builds with a paid account, I wasn't aware of this. @stefsmeets could we add a workflow for publishing to Dockerhub (or Github packages or something else) automatically on new main
commits?
I will update the image on Dockerhub manually for now.
We could use the Github container registry. I'd be happy to have a look at this.
Great :D in the meantime, the Dockerhub image is now updated.
Great, thank you for looking into this :)
Automated builds and upload to dockerhub seems to work now:
I made it so that the action syncs with github releases. This helps with versioning and preserves some compute resources. You can also trigger the action manually here.
Hi,
I set up the server on my machine by running the following commands from the README
However, when I try to query the system using the example EL code from the README with my own API URL, I get the following server output:
Here is my client code for reproducibility:
If I build the docker image myself instead of pulling it from informagi/rel, the error does not occur.