chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:22:34 +08:00
commit 4b22cfda96
9037 changed files with 2363717 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM python:3.10-slim-bullseye@sha256:f1fb49e4d5501ac93d0ca519fb7ee6250842245aba8612926a46a0832a1ed089
WORKDIR /app
ADD . /app
# Install MLflow from the current directory with extras
RUN pip install --no-cache-dir .[extras,azure,db,databricks,gateway,genai]