Skip to content

Commit

Permalink
Attempt to pick up dagster-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 20, 2024
1 parent 6f6bbdc commit e7d5c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.12

LABEL org.opencontainers.image.source="https://github.com/atmsillinois/DownscaledClimateData"
WORKDIR /project
COPY pyproject.toml /project/
RUN pip install .
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires-python = ">=3.9,<3.13"
dependencies = [
"dagster",
"dagster-cloud",
"dagster-postgres",
"dagster-aws",
"beautifulsoup4"
]
Expand Down

0 comments on commit e7d5c5e

Please sign in to comment.