Need help setting up docker container to use USD 22.08 pre built tools

Hi,

I’m trying to setup a docker container (tried AlpineOS, Ubuntu needs to be linux based) and I keep running into a handful of errors when trying to run the example in the readme.

primarily around ImportError: /USDTools/lib/python/pxr/Tf/_tf.so: cannot open shared object file: No such file or directory and Error relocating /USDTools/lib/python/pxr/Tf/../../../libusd_arch.so: __free_hook: symbol not found.

I could use some help figuring out my issues here (I’m new to docker and setting up the relevant Python3.7 files etc to get this working.