Hey!
I don’t know if I can help you with your case, but I could definitely share the steps I did in order to run RC.
FROM mcr.microsoft.com/windows/server:ltsc2022
COPY "RealityCapture-1.4.1.117425.msi" "/"
RUN /RealityCapture-1.4.1.117425.msi /quiet
So I use ltsc2022, copy the installer, install RC and then simply run cli commands.
Did you need to do some steps in relation to CUDA or enabling vendor specific graphic APis as discussed in the blog posts linked above?
I did nothing related to this.