vliz-be-opsci / py-sema

Overall parent of all packages involving semantic manipulation of RDF data.
MIT License
0 stars 0 forks source link

Consideration for Docker Command Execution #47

Open cedricdcc opened 3 months ago

cedricdcc commented 3 months ago

Investigate and implement a solution post-0.0.4 to allow execution of specific sema-xyz commands using Docker, e.g., docker run ghcr.io:opsci/sema xyz {xyz-args}.

Links to #46 , #45

marc-portier commented 2 months ago

Note how this is different from the current way we address the kgap-sembench docker, but might in the end be a replacement for that?

Main objective of this is to enable executing any of the sema main.py functions without the need to install python, or pip-install sema on any platform that has docker installed.

Main challenge seems to be about covering the IO access of local files through and from the docker-host-space ? Any best practices or examples on that?