Skip to content

Commit

Permalink
Merge conflict resolve & carbon intensity asset completion
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 27, 2024
2 parents 1416313 + c351d99 commit 0663060
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions images/Dockerfile.dagster-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ WORKDIR $DAGSTER_HOME

# Install Dagster and dependencies
RUN pip install --no-cache-dir \
awswrangler \
aioboto3 \
dagster \
dagster-aws \
dagster-graphql \
dagster-postgres \
dagster-docker \
duckdb \
pandas \
geopandas \
fiona \
shapely \
loguru \
awswrangler
Expand Down
7 changes: 6 additions & 1 deletion images/Dockerfile.dagster-webserver
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ WORKDIR $DAGSTER_HOME

# Install Dagster and dependencies
RUN pip install --no-cache-dir \
awswrangler \
aioboto3 \
dagster \
dagster-webserver \
dagster-postgres \
dagster-aws \
dagster-graphql \
dagster-postgres \
dagster-docker \
duckdb \
pandas \
geopandas \
fiona \
shapely \
loguru \
awswrangler
Expand Down

0 comments on commit 0663060

Please sign in to comment.