From 8623dcb85fdceb90462c6f399a223bccc40b9d3b Mon Sep 17 00:00:00 2001 From: vinnimous Date: Tue, 19 Mar 2024 17:00:41 -0400 Subject: [PATCH] Changes to be committed: modified: Dockerfile.local --- Dockerfile.local | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.local b/Dockerfile.local index ff6a48e5..a5222116 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -25,9 +25,6 @@ WORKDIR /home/worker/app COPY pyproject.toml poetry.lock ./ RUN poetry install --extras "ui embeddings-huggingface llms-llama-cpp vector-stores-qdrant" -# Added by me for testing -RUN poetry run python /scripts/setup -RUN CMAKE_ARGS="-DLLAMA_METAL=on" pip install --force-reinstall FROM base as app