-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
[BUG] qanything-container-local启动报错 #8
Comments
Me too
sudo docker-compose -f docker-compose-linux.yaml up qanything_local Log :milvus-minio-local is up-to-date |
Please execute the following command. sed -i "s/\r//" scripts/run_for_local.sh
sed -i "s/^M//" scripts/run_for_local.sh For some reason, the startup script has been changed to DOS format and needs to be manually modified to UNIX format. |
Please refer to the latest instructions. |
Please refer to the latest instructions. |
是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?
当前行为 | Current Behavior
部署启动qanything-container-local该image的时候报错
期望行为 | Expected Behavior
running
运行环境 | Environment
QAnything日志 | QAnything logs
2024-01-10 13:28:33 =============================
2024-01-10 13:28:33 == Triton Inference Server ==
2024-01-10 13:28:33 =============================
2024-01-10 13:28:33
2024-01-10 13:28:33 NVIDIA Release 23.05 (build 61161506)
2024-01-10 13:28:33 Triton Server Version 2.34.0
2024-01-10 13:28:33
2024-01-10 13:28:33 Copyright (c) 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2024-01-10 13:28:33
2024-01-10 13:28:33 Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2024-01-10 13:28:33
2024-01-10 13:28:33 This container image and its contents are governed by the NVIDIA Deep Learning Container License.
2024-01-10 13:28:33 By pulling and using the container, you accept the terms and conditions of this license:
2024-01-10 13:28:33 https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
2024-01-10 13:28:34
2024-01-10 13:28:34 /opt/nvidia/nvidia_entrypoint.sh: /workspace/qanything_local/scripts/run_for_local.sh: /bin/bash^M: bad interpreter: No such file or directory
2024-01-10 13:28:34 /opt/nvidia/nvidia_entrypoint.sh: line 49: /workspace/qanything_local/scripts/run_for_local.sh: Success
复现方法 | Steps To Reproduce
在docker-compose -f docker-compose-windows.yaml up qanything_local使用该命令时报错
备注 | Anything else?
No response
The text was updated successfully, but these errors were encountered: