MonkeyCode icon indicating copy to clipboard operation
MonkeyCode copied to clipboard

能否提供开发者从头编译的过程

Open Reid00 opened this issue 4 months ago • 0 comments

内部修改了部分东西,用来fix-qwen2.5-coder-3b coder suggestion 的问题,想做测试,发现没法编译成功。

  • 想单build backend部分,通过dockerfile build 发现缺少assets 文件夹
  • 通过makefile build 取代官方容器的main 文件后,报错main file not found,但是ls 能看到文件

能否提供相关build 方法

Reid00 avatar Oct 30 '25 10:10 Reid00