Menu

IfcOpenShell docker image availability

Somesh
2022-01-14
2022-01-14
  • Somesh

    Somesh - 2022-01-14

    Hello All,
    I am new to IfcOpenShell and Docker.
    I want to use the IfcOpenShell-Python by creating a docker container using a docker image.
    I want to know if there is any docker image is available for IfcOpenShell in Python that we can used for docker container creation.

    Thank you in advance.

     

    Last edit: Somesh 2022-01-14
    • Thomas Krijnen

      Thomas Krijnen - 2022-01-14

      There is the CD workflow https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/.github/workflows/cd.yml that pushes to https://hub.docker.com/r/aecgeeks/ifcopenshell

      Due to the way it is configured I'm actually not sure if the ifcopenshell-python module is usable. Because the CD script used the BUILD_PACKAGE=On which basically puts all build artefacts in a designated folder as opposed to installing it in the python site-packages dir. Feel free to take it as a starting point and contributions are very welcome.

       

Log in to post a comment.