Skip to content

Commit

Permalink
Add mmcloud plugin into the agent image (#1891)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Oct 16, 2023
1 parent 54e68e0 commit e2973b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ LABEL org.opencontainers.image.source=https://github.com/flyteorg/flytekit

ARG VERSION
RUN pip install prometheus-client

# Airflow plugin's dependencies
RUN pip install apache-airflow
RUN pip install -U flytekit==$VERSION flytekitplugins-bigquery==$VERSION flytekitplugins-airflow==$VERSION
RUN pip install -U flytekit==$VERSION flytekitplugins-bigquery==$VERSION flytekitplugins-airflow==$VERSION flytekitplugins-mmcloud==$VERSION

CMD pyflyte serve --port 8000

0 comments on commit e2973b2

Please sign in to comment.