This should work the same in all environments.
Use the build.sh script to produce the fftwisdom:latest image
-tspecifies the tag version image (default islatest)-fspecifies an alternate Dockerfile to the defaultDockerfileused forx86-64architecture. This can bearmv8.ubuntu.Dockerfileforarmv8
Use the run.sh script without options to run the image and produce a fftw-wisdom file with common fft sizes in the ~/.config/sdrangel directory.
The available options are:
-tspecifies the tag version image (default islatest)-cspecifies a container name. Default isfftwisdom-sspecifies FFT sizes in fftwf-wisdom format (default128 256 512 1024 b128 b256 b512 b1024)-fspecifies the FFT wisdom file name in~/.config/sdrangel(defaultfftw-wisdom)