Set units for Rhino Compute

Hi Team!

We have a Rhino Compute server set up and running on an AWS virtual machine, and we make calls using:

output = gh.EvaluateDefinition(
    str(Path(__file__).parent / 'scripts/script.gh'), 
    input_trees
)

Everything is working as intended, but the issue is that the units used are millimeters, and we would like them to be meters instead.

Any advice on how to get the compute server to default to meters instead of millimeters?

Thank you!