fix(jupyterhub): airflow integration

This commit is contained in:
Masaki Yatsu
2025-09-11 03:59:00 +09:00
parent 6b01b94b56
commit d1ccaa5bb5
4 changed files with 15 additions and 4 deletions

View File

@@ -77,7 +77,6 @@ RUN pip uninstall -y \
# 2. Find the pandas version in the file `dev/infra/Dockerfile`.
RUN mamba install --yes \
'aif360' \
'airflow' \
'chromadb' \
'clickhouse-connect' \
'csvkit' \
@@ -142,6 +141,7 @@ RUN mamba install --yes \
RUN pip install \
agno \
apache-airflow \
apache-airflow-client \
fastembed \
feature-engine \