mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
fix(vall-e-x): copy vall-e-x next to the local-ai binary in the container image (#1082)
**Description** This PR fixes vall-e-x in the container image Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
bdf3f95346
commit
4a7e7e9fdb
@ -135,7 +135,7 @@ RUN make prepare-sources
|
||||
COPY --from=builder /build/local-ai ./
|
||||
|
||||
# Copy VALLE-X as it's not a real "lib"
|
||||
RUN cp -rfv /usr/lib/vall-e-x/* extra/grpc/vall-e-x/
|
||||
RUN cp -rfv /usr/lib/vall-e-x/* ./
|
||||
|
||||
# To resolve exllama import error
|
||||
RUN if [ "${BUILD_TYPE}" = "cublas" ] && [ "${TARGETARCH:-$(go env GOARCH)}" = "amd64" ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user