Spaces:
Sleeping
Sleeping
Commit ·
56f7d4d
1
Parent(s): a1bdce9
updat erequire for huuing face
Browse files- Dockerfile +1 -2
- requirements.txt +117 -23
Dockerfile
CHANGED
|
@@ -5,8 +5,7 @@ RUN useradd -m -u 1000 user
|
|
| 5 |
WORKDIR /home/user/app
|
| 6 |
|
| 7 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 8 |
-
RUN pip install -
|
| 9 |
-
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 10 |
|
| 11 |
COPY --chown=user . .
|
| 12 |
USER user
|
|
|
|
| 5 |
WORKDIR /home/user/app
|
| 6 |
|
| 7 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 8 |
+
RUN pip install -r requirements.txt
|
|
|
|
| 9 |
|
| 10 |
COPY --chown=user . .
|
| 11 |
USER user
|
requirements.txt
CHANGED
|
@@ -1,23 +1,117 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
dotenv
|
| 3 |
+
pydantic
|
| 4 |
+
pydantic-ai
|
| 5 |
+
httpx
|
| 6 |
+
|
| 7 |
+
# ag-ui-protocol==0.1.9
|
| 8 |
+
# aiohappyeyeballs==2.6.1
|
| 9 |
+
# aiohttp==3.13.1
|
| 10 |
+
# aiosignal==1.4.0
|
| 11 |
+
# annotated-types==0.7.0
|
| 12 |
+
# anthropic==0.71.0
|
| 13 |
+
# anyio==4.11.0
|
| 14 |
+
# argcomplete==3.6.2
|
| 15 |
+
# attrs==25.4.0
|
| 16 |
+
# boto3==1.40.54
|
| 17 |
+
# botocore==1.40.54
|
| 18 |
+
# cachetools==6.2.1
|
| 19 |
+
# certifi==2025.10.5
|
| 20 |
+
# charset-normalizer==3.4.4
|
| 21 |
+
# click==8.3.0
|
| 22 |
+
# cohere==5.19.0
|
| 23 |
+
# colorama==0.4.6
|
| 24 |
+
# distro==1.9.0
|
| 25 |
+
# docstring_parser==0.17.0
|
| 26 |
+
# dotenv==0.9.9
|
| 27 |
+
# eval_type_backport==0.2.2
|
| 28 |
+
# executing==2.2.1
|
| 29 |
+
# fastapi==0.104.1
|
| 30 |
+
# fastavro==1.12.1
|
| 31 |
+
# filelock==3.20.0
|
| 32 |
+
# frozenlist==1.8.0
|
| 33 |
+
# fsspec==2025.9.0
|
| 34 |
+
# genai-prices==0.0.34
|
| 35 |
+
# google-auth==2.41.1
|
| 36 |
+
# google-genai==1.45.0
|
| 37 |
+
# googleapis-common-protos==1.70.0
|
| 38 |
+
# griffe==1.14.0
|
| 39 |
+
# groq==0.32.0
|
| 40 |
+
# h11==0.16.0
|
| 41 |
+
# hf-xet==1.1.10
|
| 42 |
+
# httpcore==1.0.9
|
| 43 |
+
# httptools==0.7.1
|
| 44 |
+
# httpx==0.28.1
|
| 45 |
+
# httpx-sse==0.4.0
|
| 46 |
+
# huggingface-hub==0.35.3
|
| 47 |
+
# idna==3.11
|
| 48 |
+
# importlib_metadata==8.7.0
|
| 49 |
+
# invoke==2.2.1
|
| 50 |
+
# jiter==0.11.1
|
| 51 |
+
# jmespath==1.0.1
|
| 52 |
+
# jsonschema==4.25.1
|
| 53 |
+
# jsonschema-specifications==2025.9.1
|
| 54 |
+
# logfire==4.13.2
|
| 55 |
+
# logfire-api==4.13.2
|
| 56 |
+
# markdown-it-py==4.0.0
|
| 57 |
+
# mcp==1.18.0
|
| 58 |
+
# mdurl==0.1.2
|
| 59 |
+
# mistralai==1.9.11
|
| 60 |
+
# multidict==6.7.0
|
| 61 |
+
# nexus-rpc==1.1.0
|
| 62 |
+
# openai==2.4.0
|
| 63 |
+
# opentelemetry-api==1.37.0
|
| 64 |
+
# opentelemetry-exporter-otlp-proto-common==1.37.0
|
| 65 |
+
# opentelemetry-exporter-otlp-proto-http==1.37.0
|
| 66 |
+
# opentelemetry-instrumentation==0.58b0
|
| 67 |
+
# opentelemetry-instrumentation-httpx==0.58b0
|
| 68 |
+
# opentelemetry-proto==1.37.0
|
| 69 |
+
# opentelemetry-sdk==1.37.0
|
| 70 |
+
# opentelemetry-semantic-conventions==0.58b0
|
| 71 |
+
# opentelemetry-util-http==0.58b0
|
| 72 |
+
# packaging==25.0
|
| 73 |
+
# prompt_toolkit==3.0.52
|
| 74 |
+
# propcache==0.4.1
|
| 75 |
+
# protobuf==6.33.0
|
| 76 |
+
# pyasn1==0.6.1
|
| 77 |
+
# pyasn1_modules==0.4.2
|
| 78 |
+
# pydantic==2.12.3
|
| 79 |
+
# pydantic-ai==1.1.0
|
| 80 |
+
# pydantic-ai-slim==1.1.0
|
| 81 |
+
# pydantic-evals==1.1.0
|
| 82 |
+
# pydantic-graph==1.1.0
|
| 83 |
+
# pydantic-settings==2.11.0
|
| 84 |
+
# pydantic_core==2.41.4
|
| 85 |
+
# Pygments==2.19.2
|
| 86 |
+
# pyperclip==1.11.0
|
| 87 |
+
# python-dateutil==2.9.0.post0
|
| 88 |
+
# python-dotenv==1.0.0
|
| 89 |
+
# python-multipart==0.0.20
|
| 90 |
+
# PyYAML==6.0.3
|
| 91 |
+
# referencing==0.37.0
|
| 92 |
+
# requests==2.32.5
|
| 93 |
+
# rich==14.2.0
|
| 94 |
+
# rpds-py==0.27.1
|
| 95 |
+
# rsa==4.9.1
|
| 96 |
+
# s3transfer==0.14.0
|
| 97 |
+
# six==1.17.0
|
| 98 |
+
# sniffio==1.3.1
|
| 99 |
+
# sse-starlette==3.0.2
|
| 100 |
+
# starlette==0.48.0
|
| 101 |
+
# temporalio==1.18.0
|
| 102 |
+
# tenacity==9.1.2
|
| 103 |
+
# tokenizers==0.22.1
|
| 104 |
+
# tqdm==4.67.1
|
| 105 |
+
# types-protobuf==6.32.1.20250918
|
| 106 |
+
# types-requests==2.32.4.20250913
|
| 107 |
+
# typing-inspection==0.4.2
|
| 108 |
+
# typing_extensions==4.15.0
|
| 109 |
+
# urllib3==2.5.0
|
| 110 |
+
# uvicorn==0.37.0
|
| 111 |
+
# uvloop==0.22.1
|
| 112 |
+
# watchfiles==1.1.1
|
| 113 |
+
# wcwidth==0.2.14
|
| 114 |
+
# websockets==15.0.1
|
| 115 |
+
# wrapt==1.17.3
|
| 116 |
+
# yarl==1.22.0
|
| 117 |
+
# zipp==3.23.0
|