Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jan 26, 2024
1 parent 85b0ae2 commit 4497098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ tiktoken
pymupdf
duckduckgo-search
wikipedia
mlflow
mlflow
sendgrid
6 changes: 2 additions & 4 deletions vortex/dagster/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 4497098

Please sign in to comment.