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
In order to improve the speed of the build pipeline and reduce build dependencies, it would be great to create new Dockerfiles that would build dlib and faiss for arm64 and x64 and return as an artifact the binaries.
Then we can simplify the build pipeline by just downloading the artifacts, which would speed up the build pipeline by around two and a half hours.
I already started it and the Dockerfiles can be found in dependencies/dlib
The text was updated successfully, but these errors were encountered:
In order to improve the speed of the build pipeline and reduce build dependencies, it would be great to create new Dockerfiles that would build dlib and faiss for arm64 and x64 and return as an artifact the binaries.
Then we can simplify the build pipeline by just downloading the artifacts, which would speed up the build pipeline by around two and a half hours.
I already started it and the Dockerfiles can be found in dependencies/dlib
The text was updated successfully, but these errors were encountered: