feat(jupyterhub): install mlflow package to images

This commit is contained in:
Masaki Yatsu
2025-11-09 15:48:44 +09:00
parent 995abfe4d2
commit e803d3780b
3 changed files with 3 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip pip install -i "${pip_
feature-engine \
kreuzberg \
langfuse \
mlflow \
pydantic-ai \
ragas \
smolagents \

View File

@@ -151,6 +151,7 @@ RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip pip install -i "${pip_
feature-engine \
kreuzberg \
langfuse \
mlflow \
pydantic-ai \
ragas \
smolagents \