Skip to content

Commit

Permalink
upgrade the version of dagster
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Jul 26, 2024
1 parent 58809c1 commit ac80b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions met-etl/container/user_code/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM python:3.8.5-buster

ARG DAGSTER_VERSION=0.19.3
ARG DAGSTER_VERSION=0.23.15

RUN pip install --upgrade pip
# ==> Add Dagster layer
RUN \
pip install \
dagster==1.3.3 \
dagster-postgres==0.19.3 \
dagster \
dagster-postgres \
dagster-celery[flower,redis,kubernetes]==${DAGSTER_VERSION} \
dagster-aws==${DAGSTER_VERSION} \
dagster-k8s==${DAGSTER_VERSION} \
Expand Down

0 comments on commit ac80b46

Please sign in to comment.