Skip to content

Commit 8123f00

Browse files
committed
dockerfile: fixup duplicate
This should have been "exllama" Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 622aaa9 commit 8123f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
198198
PATH=$PATH:/opt/conda/bin make -C extra/grpc/vall-e-x \
199199
; fi
200200
RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
201-
PATH=$PATH:/opt/conda/bin make -C extra/grpc/vall-e-x \
201+
PATH=$PATH:/opt/conda/bin make -C extra/grpc/exllama \
202202
; fi
203203

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

0 commit comments

Comments
 (0)