Skip to content

Commit

Permalink
fix(vall-e-x): copy vall-e-x next to the local-ai binary in the conta…
Browse files Browse the repository at this point in the history
…iner image (#1082)

**Description**

This PR fixes vall-e-x in the container image

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Sep 19, 2023
1 parent bdf3f95 commit 4a7e7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4a7e7e9

Please sign in to comment.