We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在win10的WSL2 ubuntu22.04中, 首次运行 run.sh 后, 如果系统中没有安装 unzip, 将导致启动失败并且辛辛苦苦下载好的models.zip 被删除, 需要重新下载... 另: cuda 驱动安装完毕后, 还需要安装 nvidia-docker 才能顺利启动容器 qanything-container-local , 参见 NVIDIA/nvidia-docker#1034 启动 qanything-container-local 容器时, 执行了 npm install 命令, 但是 npm 的 registry 是原版, 国内可能会失败, 需要多试几次
run.sh 中检查 unzip 是否安装, 解压失败不要删除 models.zip 容器中的 npm registry 替换为 https://registry.npmmirror.com
- OS: windows 10.0.19045 - NVIDIA Driver: 551.23 - CUDA: 12.4 - Docker Compose: 1.29.2 - NVIDIA GPU Memory: 24G
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?
当前行为 | Current Behavior
在win10的WSL2 ubuntu22.04中, 首次运行 run.sh 后, 如果系统中没有安装 unzip, 将导致启动失败并且辛辛苦苦下载好的models.zip 被删除, 需要重新下载...
另:
cuda 驱动安装完毕后, 还需要安装 nvidia-docker 才能顺利启动容器 qanything-container-local , 参见 NVIDIA/nvidia-docker#1034
启动 qanything-container-local 容器时, 执行了 npm install 命令, 但是 npm 的 registry 是原版, 国内可能会失败, 需要多试几次
期望行为 | Expected Behavior
run.sh 中检查 unzip 是否安装, 解压失败不要删除 models.zip
容器中的 npm registry 替换为 https://registry.npmmirror.com
运行环境 | Environment
QAnything日志 | QAnything logs
No response
复现方法 | Steps To Reproduce
No response
备注 | Anything else?
No response
The text was updated successfully, but these errors were encountered: