mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-21 08:09:21 +00:00
dockerfile: fixup duplicate
This should have been "exllama" Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user