diff --git a/Dockerfile b/Dockerfile index fd9ce122..157c6759 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"