Adding a docker image for jureptool#18
Conversation
|
There's a colleague of mine, @jakob-fritz, working on a similar direction, more more generally for the whole LLview. Maybe he can check this PR and see how things can align. |
|
Oh, I see, that’s interesting. I did something similar for llview in my docker-cluster for testing purpose. (https://github.com/Matth-L/llview-docker-cluster) The Server part and the Web part should work on their own, whereas the Remote part is tightly connected to my Slurm Docker setup. If you’re interested, I could try to open a PR to add them. |
|
Thank you for your contribution. I checked the changes and they look fine to me, but I cannot test them, to see if they work out of the box. Currently, Jureptool is not yet supported, but will follow. Therefore, at the moment, I don't want to accept this PR, as this will be a duplicate with regard to the use-case of a container-based approach. I hope, this is understandable and fine for you. |
|
Hello, Thank you for your reply. I fully understand, and this is perfectly acceptable. |
Hello,
I wanted to add a Docker image for jureptool. I’m not sure whether a containerized approach aligns with what you’re envisioning for llview, but I think that parts of it, such as jureptool, could absolutely work as a service.
Providing a Docker image could therefore be tremendously helpful, especially with #16 & #17.
I also updated the README.md with guidelines on how to build and run the image.