Best way to license rhino.compute

Hello @MonkeyFace,

are you running rhino.compute.exe directly on the VM or in a docker container?

We had some issues when trying to run compute.geometry in a docker container. Please see this thread for reference Docker file for rhino.compute.exe - #5 by erikforsberg95. ’

The issue we had was that a file called hostfxr.dll was not included when running
dotnet build instead of dotnet publish. I posted the whole docker file that we now use in that thread if that is useful.

Like I said, not sure if you’re running it in a container or straight on the machine but this might be worth looking into.

BR
Erik