Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vearch Dockerfile: pin vearch version to 3.2.8.3 in Dockerfile (…
…#485) This commit addresses potential compatibility issues by explicitly specifying the version of the vearch library as 3.2.8.3 in the Dockerfile. Without version pinning, the lack of a specified version could lead to interface incompatibilities with future updates. By specifying the version, we ensure a stable and known state of the vearch library, reducing the risk of unexpected errors due to incompatible changes in future releases.
- Loading branch information