From 8123f009d07786c4ef7edcb6fd7a9317a3d74e33 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 5 Nov 2023 14:09:28 +0100 Subject: [PATCH] dockerfile: fixup duplicate This should have been "exllama" Signed-off-by: Ettore Di Giacinto --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd9ce122ddb..157c6759bed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"