Skip to content

Commit ade86f1

Browse files
committed
Update Dagster libraries version in Dockerfile and remove dagster-docker from requirements.txt
1 parent d47c6c0 commit ade86f1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

met-etl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9.23-bullseye
22

3-
ARG DAGSTER_LIBRARIES_VERSION=0.23.15
3+
ARG DAGSTER_LIBRARIES_VERSION=0.26.16
44

55
# Install the requirements
66
COPY ./requirements.txt .
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y git && \
1818
dagster-celery[flower,redis,kubernetes]==${DAGSTER_LIBRARIES_VERSION} \
1919
dagster-k8s==${DAGSTER_LIBRARIES_VERSION} \
2020
dagster-postgres==${DAGSTER_LIBRARIES_VERSION} \
21-
dagster==1.7.15 && \
21+
dagster-docker==${DAGSTER_LIBRARIES_VERSION} && \
2222
# ==> Install other dependencies
2323
pip install --no-cache-dir -r requirements.txt
2424

met-etl/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ marshmallow==3.21.1
88
marshmallow-sqlalchemy==1.0.0
99
dagster==1.10.16
1010
dagit==1.10.16
11-
dagster-docker==0.26.16
1211
SQLAlchemy-Utils==0.38.3
1312
SQLAlchemy==1.4.52
1413
packaging==21.3

0 commit comments

Comments
 (0)