CMake Warning at CMakeLists.txt:549 (find_package): By not providing "Finducx.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ucx", but
CMake did not find one.
Could not find a package configuration file provided by "ucx" with any of
the following names:
ucxConfig.cmake
ucx-config.cmake
Я попробовал установить libucx/ libucx-dev с помощью apt,
Я компилирую https://github.com/NVIDIA/TensorRT-LLM/ из исходного кода в докере Ubuntu 20.04 и обнаружил такую ошибку: [code]CMake Warning at CMakeLists.txt:549 (find_package): By not providing "Finducx.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ucx", but CMake did not find one.
Could not find a package configuration file provided by "ucx" with any of the following names:
ucxConfig.cmake ucx-config.cmake [/code] Я попробовал установить libucx/ libucx-dev с помощью apt, [code]apt update apt install libucx-dev [/code] но apt дает мне: [code]E: Unable to locate package libucx-dev [/code] Итак, как установить libucx в docker, чтобы cmake мог его найти? (Моя версия cmake — 3.22