How to install the fenics dependen on dockercies

Hello, everyone ,I am working to solve the fluid-structure interaction (FSI) problem. I have found a great solver named turtlefsi for this problem.
KVSlab/turtleFSI: Monolithic Fluid-Structure Interaction (FSI) solver (github.com)

But, I don’t know how to install dependencies on the fenics. My fenics is installed on the Windows docker desktop.

You can simply use the Dockerfile supplied by turtleFSI: turtleFSI/docker/Dockerfile at master · KVSlab/turtleFSI · GitHub
Or simply clone the repo and call pip install . from the root of the repo