From 44970983e5a445d502e3fa9746497fe54a54b5ce Mon Sep 17 00:00:00 2001 From: "Carlos D. Escobar-Valbuena" Date: Fri, 26 Jan 2024 03:17:21 -0500 Subject: [PATCH] . --- requirements.txt | 3 ++- vortex/dagster/DockerFile | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68b6368..8e66ba8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,5 @@ tiktoken pymupdf duckduckgo-search wikipedia -mlflow \ No newline at end of file +mlflow +sendgrid diff --git a/vortex/dagster/DockerFile b/vortex/dagster/DockerFile index 4c1066a..5dade8c 100644 --- a/vortex/dagster/DockerFile +++ b/vortex/dagster/DockerFile @@ -4,11 +4,9 @@ RUN mkdir -p /opt/dagster/dagster_home /opt/dagster/app COPY vortex/dagster /opt/dagster/app/ -COPY ../../pyproject.toml /opt/dagster/app/ +COPY ../../requirements.txt /opt/dagster/app/ -RUN pip install poetry - -RUN poetry install +RUN pip install -r requirements.txt ENV DAGSTER_HOME=/opt/dagster/dagster_home/