I have integrated the Haystack vector search library into my Django application, and now I'm going through and attempting to turn the project into a Docker container.
Everything is working okay, but I have noticed that when I build my Docker container, a lot of time is being spent on downloading and installing NVIDIA CUDA python packages. I am not deploying my containers on a platform with GPUs, and so I would like to install Haystack without installing the CUDA python packages.