diff --git a/Dockerfile.agent b/Dockerfile.agent index 09fe242cd5..fbd8c4c4a8 100644 --- a/Dockerfile.agent +++ b/Dockerfile.agent @@ -12,9 +12,7 @@ RUN pip install --no-cache-dir -U flytekit==$VERSION \ flytekitplugins-airflow==$VERSION \ flytekitplugins-bigquery==$VERSION \ flytekitplugins-chatgpt==$VERSION \ - flytekitplugins-mmcloud==$VERSION \ flytekitplugins-snowflake==$VERSION \ - flytekitplugins-spark==$VERSION \ && apt-get clean autoclean \ && apt-get autoremove --yes \ && rm -rf /var/lib/{apt,dpkg,cache,log}/ \