簡體   English   中英

如何在 RapidsAI Docker 容器中編譯 C++

[英]How to compile C++ inside RapidsAI Docker Container

在 RapidsAI docker 鏡像中,如何通過示例重新編譯 C++ 代碼修改后? 我嘗試從 Jupyter 中的終端會話運行構建腳本,但找不到 CMake。

In order to be able to recompile the C++ code in a docker container you need to use the RAPIDS Docker + Dev Env container provided on https://rapids.ai/start.html .

RAPIDS Docker + Examples容器使用 conda install 安裝 RAPIDS 庫,並且不包含源代碼 C++ 或 Cmake。

如果您想繼續使用 RAPIDS Docker + Examples容器,那么我建議:

  • 首先從容器中卸載要修改的現有庫。
  • 然后拉取所需庫的源代碼並進行所需的修改。
  • 完成上述步驟后,請按照庫 github 存儲庫中提供的步驟從源代碼構建它。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM