From 0f4f279975724112f4f371c7a19158a923d82b42 Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Fri, 8 Nov 2024 19:07:22 -0800 Subject: [PATCH] add back references removed to simplify image --- .github/workflows/main.yaml | 2 +- requirements.txt | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b6561a0..95998ec 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,4 +35,4 @@ jobs: with: context: . push: true - tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.17 + tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.18 diff --git a/requirements.txt b/requirements.txt index bfb49de..34de943 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,4 +54,15 @@ googleapis-common-protos grpcio grpcio-status proto-plus -protobuf \ No newline at end of file +protobuf +en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl +es-core-news-md @ https://github.com/explosion/spacy-models/releases/download/es_core_news_md-3.6.0/es_core_news_md-3.6.0-py3-none-any.whl +presidio-analyzer +presidio-anonymizer +pycld2 +uvicorn[standard] +fastapi +aiofiles +redis +transformers +typing \ No newline at end of file