Skip to content

Commit

Permalink
disable embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Sep 20, 2024
1 parent 1e140a1 commit f94de87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ENV PATH="${PATH}:/root/.bun/bin/"

RUN bun install

RUN --mount=type=secret,id=_env,dst=/.env cat /.env \
&& poetry run python services/search/generate_docs_embeddings.py docs openfn_docs
# RUN --mount=type=secret,id=_env,dst=/.env cat /.env \
# && poetry run python services/search/generate_docs_embeddings.py docs openfn_docs

EXPOSE 3000

Expand Down

0 comments on commit f94de87

Please sign in to comment.