Docker file for rhino.compute.exe

Hello,

I tried pulling the latest Dockerfile and building locally on my windows machine via docker build --pull --isolation process -t rhino-compute . However I get blocked on step 3/14 with an error message of

encountered an error during hcsshim::System::Start: failure in a Windows system call: The virtual machine or container exited unexpectedly. (0xc0370106)

I ran into an issue on step 2/14 till I uninstalled box drive which I found mentioned in another post. Curious is there another step required for building the compute app? I tried following what this post suggested, but that didn’t seem to change anything for me.

For context I am hoping to get a docker container with rhino.compute built to ultimately deploy to AWS ECS so as we make updates to the various grasshopper networks we don’t have to manually spin up instances again.

Any help on this would be really appreciated, thank you!