dockerfile: fixup duplicate

This should have been "exllama"

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2023-11-05 14:09:28 +01:00
parent 622aaa9f7d
commit 8123f009d0

View file

@ -198,7 +198,7 @@ RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
PATH=$PATH:/opt/conda/bin make -C extra/grpc/vall-e-x \ PATH=$PATH:/opt/conda/bin make -C extra/grpc/vall-e-x \
; fi ; fi
RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \ RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
PATH=$PATH:/opt/conda/bin make -C extra/grpc/vall-e-x \ PATH=$PATH:/opt/conda/bin make -C extra/grpc/exllama \
; fi ; fi
# Copy VALLE-X as it's not a real "lib" # Copy VALLE-X as it's not a real "lib"