labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
18.68k stars 4.93k forks source link

docker build 报错 can't remove './node_modules/tiktoken/encoders': Invalid argument #3248

Open liuyien opened 5 days ago

liuyien commented 5 days ago

例行检查

你的版本

问题描述, 日志截图 当我使用docker build --build-arg proxy=1 -f projects/app/Dockerfile -t fastgpr:1.0.1 . 构建镜像时,报错RUN rm -rf ./node_modules/tiktoken/encoders:

0 0.645 rm: can't remove './node_modules/tiktoken/encoders': Invalid argument

1732634244209

但是我使用其它的机器build时可以成功。 image 这两个服务器使用的docker的版本都是相同的。我不知道报错的那台服务器是哪儿出了问题。有谁遇到过吗?