-
Notifications
You must be signed in to change notification settings - Fork 45
常见问题
zephyr edited this page Jun 27, 2024
·
7 revisions
/app/scripts/start.sh:2:set:Illegal option-
这是因为 Windows 和 Linux 对行尾字符的处理方式不同。Windows 使用 \r\n
(回车和换行)作为行尾字符,而 Linux 只使用 \n
(换行)。
当你在 Windows 上使用 git clone
时,Git 默认会将行尾字符从 \n
转换为 \r\n
。这就是为什么 .sh
文件的行尾序列和 hash 值在 Windows 和 Linux 上不同的原因。
如果你想在 Windows 上保持 Linux 风格的行尾字符,你可以设置 Git 的 core.autocrlf
选项为 input
:
git config --global core.autocrlf input
这样,当你在 Windows 上使用 git clone
或 git pull
时,Git 将不会更改行尾字符。
初始登录的账号会被默认设置为管理员(拥有运营端权限),后续管理员账号都需要通过此账号设置,所以请勿忘记初始登录账号。
方案一:改变当前目录名, 即执行 docker compose up
的目录名, LabelLLM
改为 LabelLM-xxx
,然后重装一次。
方案二:如果比较了解 docker 可以手动删除 docker 挂载路径,重新部署
遵循Markdown插入图片音视频的方式,在jsonl文件中加入想要上传的文件的URL即可。
eg. 上传图片可以使用如下格式:![](图片有效链接网址)