You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for the same feature request?
I have checked the existing issues.
Is your feature request related to a problem?
https://github.com/infiniflow/ragflow/issues/4013
Describe the feature you'd like
I would like to provide a suggestion regarding the previously reported issue: Build Issue: Nightly-slim Docker Image Creation Fails on macOS (arm64) #4013.
Specifically, for the new feature Add mssql support in the Dockerfile, I suggest including support for msodbcsql18 for ARM64.
Describe implementation you've considered
Based on current testing results (on macOS ARM64 environment), msodbcsql18 needs to be installed.
I hope future Dockerfiles can incorporate a conditional check for this. Specifically:
When $ARCH=arm64 (macOS ARM64 environment), install msodbcsql18.
In other cases (general x86_64 environment), install msodbcsql17.
Thank you!
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
https://github.com/infiniflow/ragflow/issues/4013
Describe the feature you'd like
I would like to provide a suggestion regarding the previously reported issue: Build Issue: Nightly-slim Docker Image Creation Fails on macOS (arm64) #4013.
Specifically, for the new feature Add mssql support in the Dockerfile, I suggest including support for msodbcsql18 for ARM64.
Describe implementation you've considered
Based on current testing results (on macOS ARM64 environment), msodbcsql18 needs to be installed.
I hope future Dockerfiles can incorporate a conditional check for this. Specifically:
When $ARCH=arm64 (macOS ARM64 environment), install msodbcsql18.
In other cases (general x86_64 environment), install msodbcsql17.
Thank you!
Documentation, adoption, use case
No response
Additional information
suggestion code
The text was updated successfully, but these errors were encountered: