Skip to content

Commit

Permalink
fix: no module named 'packaging.metadata'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetsuBouKyo committed Mar 7, 2024
1 parent 6185483 commit a70a57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.airflow.simple
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY poetry.toml pyproject.toml /opt/airflow/zetsubou-venv/
RUN chmod 755 /opt/airflow/zetsubou-venv/

RUN pip install --upgrade pip \
&& pip install --root-user-action=ignore --no-cache-dir poetry pydantic \
&& pip install --root-user-action=ignore --no-cache-dir "poetry==1.7.1" pydantic \
&& pip install --root-user-action=ignore --no-cache-dir "apache-airflow[celery]==2.6.2" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.6.2/constraints-3.7.txt"

WORKDIR /opt/airflow/zetsubou-venv
Expand Down

0 comments on commit a70a57a

Please sign in to comment.