Skip to content

Commit

Permalink
adds dagster-aws install to dockerfile in docker deployment guide (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Oct 31, 2022
1 parent cb62bc4 commit ca18259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/deployment/guides/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM python:3.7-slim

RUN mkdir -p /opt/dagster/dagster_home /opt/dagster/app

RUN pip install dagit dagster-postgres
RUN pip install dagit dagster-postgres dagster-aws

# Copy your code and workspace to /opt/dagster/app
COPY repo.py workspace.yaml /opt/dagster/app/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.7-slim

RUN mkdir -p /opt/dagster/dagster_home /opt/dagster/app

RUN pip install dagit dagster-postgres
RUN pip install dagit dagster-postgres dagster-aws

# Copy your code and workspace to /opt/dagster/app
COPY repo.py workspace.yaml /opt/dagster/app/
Expand Down

1 comment on commit ca18259

@vercel
Copy link

@vercel vercel bot commented on ca18259 Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.