Commit ·
ead8ae6
1
Parent(s): 1ab7005
fix: changed base image
Browse files- Dockerfile +1 -1
- app/requirements.txt +0 -199
- ui/requirements.txt +0 -52
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 2 |
|
| 3 |
# Environment settings
|
| 4 |
ENV PYTHONDONTWRITEBYTECODE=1
|
|
|
|
| 1 |
+
FROM ubuntu:22.04
|
| 2 |
|
| 3 |
# Environment settings
|
| 4 |
ENV PYTHONDONTWRITEBYTECODE=1
|
app/requirements.txt
DELETED
|
@@ -1,199 +0,0 @@
|
|
| 1 |
-
accelerate==1.12.0
|
| 2 |
-
annotated-doc==0.0.4
|
| 3 |
-
annotated-types==0.7.0
|
| 4 |
-
antlr4-python3-runtime==4.9.3
|
| 5 |
-
anyio==4.12.1
|
| 6 |
-
asn1crypto==1.5.1
|
| 7 |
-
attrs==25.4.0
|
| 8 |
-
backoff==2.2.1
|
| 9 |
-
bcrypt==5.0.0
|
| 10 |
-
boto3==1.42.41
|
| 11 |
-
botocore==1.42.41
|
| 12 |
-
build==1.4.0
|
| 13 |
-
cachetools==6.2.6
|
| 14 |
-
certifi==2026.1.4
|
| 15 |
-
cffi==2.0.0
|
| 16 |
-
charset-normalizer==3.4.4
|
| 17 |
-
chromadb==1.4.1
|
| 18 |
-
click==8.3.1
|
| 19 |
-
cloudpickle==3.1.1
|
| 20 |
-
coloredlogs==15.0.1
|
| 21 |
-
colorlog==6.10.1
|
| 22 |
-
cryptography==46.0.4
|
| 23 |
-
dill==0.4.1
|
| 24 |
-
distro==1.9.0
|
| 25 |
-
dnspython==2.8.0
|
| 26 |
-
docling==2.71.0
|
| 27 |
-
docling-core==2.62.0
|
| 28 |
-
docling-ibm-models==3.11.0
|
| 29 |
-
docling-parse==4.7.3
|
| 30 |
-
docopt==0.6.2
|
| 31 |
-
dotenv==0.9.9
|
| 32 |
-
durationpy==0.10
|
| 33 |
-
email-validator==2.3.0
|
| 34 |
-
entrypoints==0.4
|
| 35 |
-
fastapi==0.128.0
|
| 36 |
-
fastapi-cli==0.0.20
|
| 37 |
-
fastapi-cloud-cli==0.11.0
|
| 38 |
-
fastar==0.8.0
|
| 39 |
-
filelock==3.20.3
|
| 40 |
-
filetype==1.2.0
|
| 41 |
-
flatbuffers==25.12.19
|
| 42 |
-
fsspec==2026.1.0
|
| 43 |
-
gitdb==4.0.12
|
| 44 |
-
GitPython==3.1.46
|
| 45 |
-
google-ai-generativelanguage==0.6.15
|
| 46 |
-
google-api-core==2.29.0
|
| 47 |
-
google-api-python-client==2.188.0
|
| 48 |
-
google-auth==2.48.0
|
| 49 |
-
google-auth-httplib2==0.3.0
|
| 50 |
-
google-genai==1.61.0
|
| 51 |
-
google-generativeai==0.8.6
|
| 52 |
-
googleapis-common-protos==1.72.0
|
| 53 |
-
grpcio==1.76.0
|
| 54 |
-
grpcio-status==1.71.2
|
| 55 |
-
h11==0.16.0
|
| 56 |
-
httpcore==1.0.9
|
| 57 |
-
httplib2==0.31.2
|
| 58 |
-
httptools==0.7.1
|
| 59 |
-
httpx==0.28.1
|
| 60 |
-
huggingface-hub==0.36.0
|
| 61 |
-
humanfriendly==10.0
|
| 62 |
-
idna==3.11
|
| 63 |
-
importlib_metadata==8.7.1
|
| 64 |
-
importlib_resources==6.5.2
|
| 65 |
-
Jinja2==3.1.6
|
| 66 |
-
jmespath==1.1.0
|
| 67 |
-
joblib==1.5.3
|
| 68 |
-
jsonlines==4.0.0
|
| 69 |
-
jsonpatch==1.33
|
| 70 |
-
jsonpointer==3.0.0
|
| 71 |
-
jsonref==1.1.0
|
| 72 |
-
jsonschema==4.26.0
|
| 73 |
-
jsonschema-specifications==2025.9.1
|
| 74 |
-
kubernetes==35.0.0
|
| 75 |
-
langchain==1.2.7
|
| 76 |
-
langchain-chroma==1.1.0
|
| 77 |
-
langchain-core==1.2.7
|
| 78 |
-
langchain-docling==2.0.0
|
| 79 |
-
langchain-google-genai==4.2.0
|
| 80 |
-
langchain-huggingface==1.2.0
|
| 81 |
-
langgraph==1.0.7
|
| 82 |
-
langgraph-checkpoint==4.0.0
|
| 83 |
-
langgraph-prebuilt==1.0.7
|
| 84 |
-
langgraph-sdk==0.3.3
|
| 85 |
-
langsmith==0.6.7
|
| 86 |
-
latex2mathml==3.78.1
|
| 87 |
-
lxml==6.0.2
|
| 88 |
-
MarkupSafe==3.0.3
|
| 89 |
-
mmh3==5.2.0
|
| 90 |
-
mpire==2.10.2
|
| 91 |
-
mpmath==1.3.0
|
| 92 |
-
multiprocess==0.70.19
|
| 93 |
-
networkx==3.6.1
|
| 94 |
-
numpy==2.4.2
|
| 95 |
-
oauthlib==3.3.1
|
| 96 |
-
omegaconf==2.3.0
|
| 97 |
-
onnxruntime==1.23.2
|
| 98 |
-
opentelemetry-api==1.39.1
|
| 99 |
-
opentelemetry-exporter-otlp-proto-common==1.39.1
|
| 100 |
-
opentelemetry-exporter-otlp-proto-grpc==1.39.1
|
| 101 |
-
opentelemetry-proto==1.39.1
|
| 102 |
-
opentelemetry-sdk==1.39.1
|
| 103 |
-
opentelemetry-semantic-conventions==0.60b1
|
| 104 |
-
orjson==3.11.6
|
| 105 |
-
ormsgpack==1.12.2
|
| 106 |
-
overrides==7.7.0
|
| 107 |
-
packaging==25.0
|
| 108 |
-
pandas==2.3.3
|
| 109 |
-
pipreqs==0.4.13
|
| 110 |
-
platformdirs==4.5.1
|
| 111 |
-
pluggy==1.6.0
|
| 112 |
-
polyfactory==3.2.0
|
| 113 |
-
posthog==5.4.0
|
| 114 |
-
prometheus_client==0.24.1
|
| 115 |
-
proto-plus==1.27.1
|
| 116 |
-
protobuf==5.29.5
|
| 117 |
-
psutil==7.2.2
|
| 118 |
-
pyarrow==23.0.0
|
| 119 |
-
pyasn1==0.6.2
|
| 120 |
-
pyasn1_modules==0.4.2
|
| 121 |
-
pybase64==1.4.3
|
| 122 |
-
pycparser==3.0
|
| 123 |
-
pydantic==2.12.5
|
| 124 |
-
pydantic-extra-types==2.11.0
|
| 125 |
-
pydantic-settings==2.12.0
|
| 126 |
-
pydantic_core==2.41.5
|
| 127 |
-
PyJWT==2.11.0
|
| 128 |
-
pyOpenSSL==25.3.0
|
| 129 |
-
pypdfium2==5.3.0
|
| 130 |
-
PyPika==0.50.0
|
| 131 |
-
pyproject_hooks==1.2.0
|
| 132 |
-
python-dateutil==2.9.0.post0
|
| 133 |
-
python-docx==1.2.0
|
| 134 |
-
python-dotenv==1.2.1
|
| 135 |
-
python-multipart==0.0.22
|
| 136 |
-
python-pptx==1.0.2
|
| 137 |
-
pytz==2025.2
|
| 138 |
-
PyYAML==6.0.3
|
| 139 |
-
rapidocr==3.6.0
|
| 140 |
-
referencing==0.37.0
|
| 141 |
-
regex==2026.1.15
|
| 142 |
-
requests==2.32.5
|
| 143 |
-
requests-oauthlib==2.0.0
|
| 144 |
-
requests-toolbelt==1.0.0
|
| 145 |
-
rignore==0.7.6
|
| 146 |
-
rpds-py==0.30.0
|
| 147 |
-
rsa==4.9.1
|
| 148 |
-
rtree==1.4.1
|
| 149 |
-
s3transfer==0.16.0
|
| 150 |
-
safetensors==0.7.0
|
| 151 |
-
scikit-learn==1.8.0
|
| 152 |
-
scipy==1.17.0
|
| 153 |
-
semchunk==2.2.2
|
| 154 |
-
sentence-transformers==5.2.2
|
| 155 |
-
sentry-sdk==2.51.0
|
| 156 |
-
setuptools==80.10.2
|
| 157 |
-
shapely==2.1.2
|
| 158 |
-
six==1.17.0
|
| 159 |
-
smmap==5.0.2
|
| 160 |
-
sniffio==1.3.1
|
| 161 |
-
snowflake-connector-python==4.2.0
|
| 162 |
-
snowflake-snowpark-python==1.45.0
|
| 163 |
-
sortedcontainers==2.4.0
|
| 164 |
-
soupsieve==2.8.3
|
| 165 |
-
starlette==0.50.0
|
| 166 |
-
sympy==1.14.0
|
| 167 |
-
tabulate==0.9.0
|
| 168 |
-
tenacity==9.1.2
|
| 169 |
-
threadpoolctl==3.6.0
|
| 170 |
-
tokenizers==0.22.2
|
| 171 |
-
toml==0.10.2
|
| 172 |
-
tomlkit==0.14.0
|
| 173 |
-
torch==2.10.0
|
| 174 |
-
torchvision==0.25.0
|
| 175 |
-
tqdm==4.67.2
|
| 176 |
-
transformers==4.57.6
|
| 177 |
-
tree-sitter==0.25.2
|
| 178 |
-
tree-sitter-c==0.24.1
|
| 179 |
-
tree-sitter-javascript==0.25.0
|
| 180 |
-
tree-sitter-python==0.25.0
|
| 181 |
-
tree-sitter-typescript==0.23.2
|
| 182 |
-
typer==0.21.1
|
| 183 |
-
typing-inspection==0.4.2
|
| 184 |
-
typing_extensions==4.15.0
|
| 185 |
-
tzdata==2025.3
|
| 186 |
-
tzlocal==5.3.1
|
| 187 |
-
uritemplate==4.2.0
|
| 188 |
-
urllib3==2.6.3
|
| 189 |
-
uuid_utils==0.14.0
|
| 190 |
-
uvicorn==0.40.0
|
| 191 |
-
watchfiles==1.1.1
|
| 192 |
-
websocket-client==1.9.0
|
| 193 |
-
websockets==15.0.1
|
| 194 |
-
Werkzeug==3.1.5
|
| 195 |
-
wheel==0.46.3
|
| 196 |
-
xxhash==3.6.0
|
| 197 |
-
yarg==0.1.10
|
| 198 |
-
zipp==3.23.0
|
| 199 |
-
zstandard==0.25.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ui/requirements.txt
DELETED
|
@@ -1,52 +0,0 @@
|
|
| 1 |
-
altair==6.0.0
|
| 2 |
-
altex==0.2.0
|
| 3 |
-
beautifulsoup4==4.14.3
|
| 4 |
-
blinker==1.9.0
|
| 5 |
-
colorama==0.4.6
|
| 6 |
-
contourpy==1.3.3
|
| 7 |
-
cycler==0.12.1
|
| 8 |
-
et_xmlfile==2.0.0
|
| 9 |
-
Faker==40.1.2
|
| 10 |
-
favicon==0.7.0
|
| 11 |
-
fonttools==4.61.1
|
| 12 |
-
htbuilder==0.9.0
|
| 13 |
-
kiwisolver==1.4.9
|
| 14 |
-
Markdown==3.10.1
|
| 15 |
-
markdown-it-py==4.0.0
|
| 16 |
-
markdownlit==0.0.7
|
| 17 |
-
marko==2.2.2
|
| 18 |
-
matplotlib==3.10.8
|
| 19 |
-
mdurl==0.1.2
|
| 20 |
-
narwhals==2.15.0
|
| 21 |
-
opencv-python==4.13.0.90
|
| 22 |
-
openpyxl==3.1.5
|
| 23 |
-
pillow==11.3.0
|
| 24 |
-
plotly==6.5.2
|
| 25 |
-
pyclipper==1.4.0
|
| 26 |
-
pydeck==0.9.1
|
| 27 |
-
Pygments==2.19.2
|
| 28 |
-
pylatexenc==2.10
|
| 29 |
-
pymdown-extensions==10.20.1
|
| 30 |
-
pyparsing==3.3.2
|
| 31 |
-
pyreadline3==3.5.4
|
| 32 |
-
rich==14.3.2
|
| 33 |
-
rich-toolkit==0.18.1
|
| 34 |
-
st-annotated-text==4.0.2
|
| 35 |
-
st-theme==1.2.3
|
| 36 |
-
streamlit==1.53.1
|
| 37 |
-
streamlit-avatar==0.1.3
|
| 38 |
-
streamlit-camera-input-live==0.2.0
|
| 39 |
-
streamlit-card==1.0.2
|
| 40 |
-
streamlit-embedcode==0.1.2
|
| 41 |
-
streamlit-extras==0.7.8
|
| 42 |
-
streamlit-image-coordinates==0.4.0
|
| 43 |
-
streamlit-keyup==0.3.0
|
| 44 |
-
streamlit-notify==0.3.1
|
| 45 |
-
streamlit-shadcn-ui==0.1.19
|
| 46 |
-
streamlit-toggle-switch==1.0.2
|
| 47 |
-
streamlit-vertical-slider==2.5.5
|
| 48 |
-
streamlit_faker==0.0.4
|
| 49 |
-
tornado==6.5.4
|
| 50 |
-
validators==0.35.0
|
| 51 |
-
watchdog==6.0.0
|
| 52 |
-
xlsxwriter==3.2.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|