Skip to content

Commit

Permalink
dockerfile: fixup duplicate
Browse files Browse the repository at this point in the history
This should have been "exllama"

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Nov 5, 2023
1 parent 622aaa9 commit 8123f00
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 @@ -198,7 +198,7 @@ RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
PATH=$PATH:/opt/conda/bin make -C extra/grpc/vall-e-x \
; fi
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

# Copy VALLE-X as it's not a real "lib"
Expand Down

0 comments on commit 8123f00

Please sign in to comment.