danielle2035 commited on
Commit
0bb7559
·
1 Parent(s): 30538e9

fix: minimal requirements.txt, update Dockerfile

Browse files
Files changed (3) hide show
  1. Dockerfile +2 -2
  2. requirements.txt +5 -191
  3. requirements_hf.txt +0 -194
Dockerfile CHANGED
@@ -14,9 +14,9 @@ RUN apt-get update && apt-get install -y \
14
  WORKDIR /app
15
 
16
  # Copy requirements first for layer caching
17
- COPY requirements_hf.txt .
18
 
19
- RUN pip install --no-cache-dir -r requirements_hf.txt
20
 
21
  # Copy app source
22
  COPY app.py .
 
14
  WORKDIR /app
15
 
16
  # Copy requirements first for layer caching
17
+ COPY requirements.txt .
18
 
19
+ RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy app source
22
  COPY app.py .
requirements.txt CHANGED
@@ -1,194 +1,8 @@
1
- absl-py==2.4.0
2
- alabaster==1.0.0
3
- altair==5.5.0
4
- annotated-doc==0.0.4
5
- annotated-types==0.7.0
6
- anyio==4.13.0
7
- asttokens==3.0.0
8
- astunparse==1.6.3
9
- attrs==25.4.0
10
- babel==2.17.0
11
- beautifulsoup4==4.14.2
12
- bleach==6.3.0
13
- blinker==1.9.0
14
- cachetools==6.2.2
15
- certifi==2025.11.12
16
- cffi==2.0.0
17
- charset-normalizer==3.4.4
18
- clarabel==0.11.1
19
- click==8.3.1
20
- colorama==0.4.6
21
- comm==0.2.3
22
- contourpy==1.3.3
23
- cvxpy==1.7.5
24
- cycler==0.12.1
25
- debugpy==1.8.17
26
- decorator==5.2.1
27
- defusedxml==0.7.1
28
- dill==0.4.1
29
- docutils==0.22.4
30
- et_xmlfile==2.0.0
31
- executing==2.2.1
32
- fastjsonschema==2.21.2
33
- fica==0.4.1
34
- filelock==3.24.3
35
- Flask==3.1.3
36
  flask-cors==6.0.2
37
- flatbuffers==25.12.19
38
- fonttools==4.60.1
39
- fsspec==2026.2.0
40
- gast==0.7.0
41
- geopandas==1.1.2
42
- git-filter-repo==2.47.0
43
- gitdb==4.0.12
44
- GitPython==3.1.45
45
- google-pasta==0.2.0
46
- graphviz==0.21
47
- greenlet==3.3.1
48
- grpcio==1.80.0
49
- h11==0.16.0
50
- h5py==3.14.0
51
- hf-xet==1.4.3
52
- httpcore==1.0.9
53
- httpx==0.28.1
54
- huggingface_hub==1.10.2
55
- idna==3.11
56
- imagesize==1.4.1
57
- ipykernel==7.1.0
58
- ipylab==1.1.0
59
- ipython==9.6.0
60
- ipython_pygments_lexers==1.1.1
61
- ipywidgets==8.1.8
62
- itsdangerous==2.2.0
63
- jedi==0.19.2
64
- Jinja2==3.1.6
65
- joblib==1.5.3
66
- jsonschema==4.25.1
67
- jsonschema-specifications==2025.9.1
68
- jupyter_client==8.6.3
69
- jupyter_core==5.9.1
70
- jupyterlab_pygments==0.3.0
71
- jupyterlab_widgets==3.0.16
72
- jupytext==1.19.1
73
- keras==3.14.0
74
- kiwisolver==1.4.9
75
- lap==0.5.13
76
- lapx==0.9.4
77
- libclang==18.1.1
78
- lxml==6.0.2
79
- markdown-it-py==4.0.0
80
- MarkupSafe==3.0.3
81
- matplotlib==3.10.7
82
- matplotlib-inline==0.2.1
83
- mdit-py-plugins==0.5.0
84
- mdurl==0.1.2
85
- mistune==3.2.0
86
- ml_dtypes==0.5.4
87
- mpmath==1.3.0
88
- namex==0.1.0
89
- narwhals==2.11.0
90
- nbclient==0.10.4
91
- nbconvert==7.17.0
92
- nbformat==5.10.4
93
- nest-asyncio==1.6.0
94
- networkx==3.6.1
95
- numpy==2.3.4
96
- opencv-python==4.13.0.92
97
- opencv-python-headless==4.13.0.92
98
- openpyxl==3.1.5
99
- opt_einsum==3.4.0
100
- optree==0.19.0
101
- osqp==1.0.5
102
- otter-grader==6.1.6
103
- outcome==1.3.0.post0
104
- packaging==25.0
105
- pandas==2.3.3
106
- pandocfilters==1.5.1
107
- parso==0.8.5
108
- pillow==12.0.0
109
- platformdirs==4.5.0
110
- playwright==1.58.0
111
- plotly==6.4.0
112
- polars==1.40.0
113
- polars-runtime-32==1.40.0
114
- prompt_toolkit==3.0.52
115
- protobuf==6.33.1
116
- psutil==7.1.2
117
- pure_eval==0.2.3
118
- pyarrow==21.0.0
119
- pycparser==2.23
120
- pydantic==2.12.5
121
- pydantic_core==2.41.5
122
- pydeck==0.9.1
123
- pyee==13.0.0
124
- Pygments==2.19.2
125
- pyogrio==0.12.1
126
- pyparsing==3.2.5
127
- pyproj==3.7.2
128
- PySocks==1.7.1
129
- python-dateutil==2.9.0.post0
130
- python-dotenv==1.2.1
131
- python-on-whales==0.80.0
132
- pytz==2025.2
133
- PyYAML==6.0.3
134
- pyzmq==27.1.0
135
- referencing==0.37.0
136
- requests==2.32.5
137
- rich==14.3.3
138
- roman-numerals==4.1.0
139
- rpds-py==0.28.0
140
- scikit-learn==1.8.0
141
- scipy==1.16.3
142
- scs==3.2.11
143
- seaborn==0.13.2
144
- selenium==4.38.0
145
- setuptools==80.9.0
146
- shapely==2.1.2
147
- shellingham==1.5.4
148
- six==1.17.0
149
- smmap==5.0.2
150
- sniffio==1.3.1
151
- snowballstemmer==3.0.1
152
- sortedcontainers==2.4.0
153
- soupsieve==2.8
154
- Sphinx==9.1.0
155
- sphinxcontrib-applehelp==2.0.0
156
- sphinxcontrib-devhelp==2.0.0
157
- sphinxcontrib-htmlhelp==2.1.0
158
- sphinxcontrib-jsmath==1.0.1
159
- sphinxcontrib-qthelp==2.0.0
160
- sphinxcontrib-serializinghtml==2.0.0
161
- stack-data==0.6.3
162
- streamlit==1.51.0
163
- sympy==1.14.0
164
- tenacity==9.1.2
165
- tensorflow==2.21.0
166
- termcolor==3.3.0
167
- threadpoolctl==3.6.0
168
- tinycss2==1.4.0
169
- toml==0.10.2
170
  torch==2.11.0
171
  torchvision==0.26.0
172
- torchviz==0.0.3
173
- tornado==6.5.2
174
- tqdm==4.67.3
175
- traitlets==5.14.3
176
- trio==0.32.0
177
- trio-websocket==0.12.2
178
- typer==0.24.1
179
- typing-inspection==0.4.2
180
- typing_extensions==4.15.0
181
- tzdata==2025.2
182
- ultralytics==8.4.39
183
- ultralytics-thop==2.0.18
184
- urllib3==2.5.0
185
- watchdog==6.0.0
186
- wcwidth==0.2.14
187
- webdriver-manager==4.0.2
188
- webencodings==0.5.1
189
- websocket-client==1.9.0
190
- Werkzeug==3.1.8
191
- wheel==0.46.3
192
- widgetsnbextension==4.0.15
193
- wrapt==1.17.3
194
- wsproto==1.3.2
 
1
+ flask==3.1.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  flask-cors==6.0.2
3
+ opencv-python-headless==4.10.0.84
4
+ ultralytics==8.4.39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  torch==2.11.0
6
  torchvision==0.26.0
7
+ numpy==1.26.4
8
+ pillow==10.4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements_hf.txt DELETED
@@ -1,194 +0,0 @@
1
- absl-py==2.4.0
2
- alabaster==1.0.0
3
- altair==5.5.0
4
- annotated-doc==0.0.4
5
- annotated-types==0.7.0
6
- anyio==4.13.0
7
- asttokens==3.0.0
8
- astunparse==1.6.3
9
- attrs==25.4.0
10
- babel==2.17.0
11
- beautifulsoup4==4.14.2
12
- bleach==6.3.0
13
- blinker==1.9.0
14
- cachetools==6.2.2
15
- certifi==2025.11.12
16
- cffi==2.0.0
17
- charset-normalizer==3.4.4
18
- clarabel==0.11.1
19
- click==8.3.1
20
- colorama==0.4.6
21
- comm==0.2.3
22
- contourpy==1.3.3
23
- cvxpy==1.7.5
24
- cycler==0.12.1
25
- debugpy==1.8.17
26
- decorator==5.2.1
27
- defusedxml==0.7.1
28
- dill==0.4.1
29
- docutils==0.22.4
30
- et_xmlfile==2.0.0
31
- executing==2.2.1
32
- fastjsonschema==2.21.2
33
- fica==0.4.1
34
- filelock==3.24.3
35
- Flask==3.1.3
36
- flask-cors==6.0.2
37
- flatbuffers==25.12.19
38
- fonttools==4.60.1
39
- fsspec==2026.2.0
40
- gast==0.7.0
41
- geopandas==1.1.2
42
- git-filter-repo==2.47.0
43
- gitdb==4.0.12
44
- GitPython==3.1.45
45
- google-pasta==0.2.0
46
- graphviz==0.21
47
- greenlet==3.3.1
48
- grpcio==1.80.0
49
- h11==0.16.0
50
- h5py==3.14.0
51
- hf-xet==1.4.3
52
- httpcore==1.0.9
53
- httpx==0.28.1
54
- huggingface_hub==1.10.2
55
- idna==3.11
56
- imagesize==1.4.1
57
- ipykernel==7.1.0
58
- ipylab==1.1.0
59
- ipython==9.6.0
60
- ipython_pygments_lexers==1.1.1
61
- ipywidgets==8.1.8
62
- itsdangerous==2.2.0
63
- jedi==0.19.2
64
- Jinja2==3.1.6
65
- joblib==1.5.3
66
- jsonschema==4.25.1
67
- jsonschema-specifications==2025.9.1
68
- jupyter_client==8.6.3
69
- jupyter_core==5.9.1
70
- jupyterlab_pygments==0.3.0
71
- jupyterlab_widgets==3.0.16
72
- jupytext==1.19.1
73
- keras==3.14.0
74
- kiwisolver==1.4.9
75
- lap==0.5.13
76
- lapx==0.9.4
77
- libclang==18.1.1
78
- lxml==6.0.2
79
- markdown-it-py==4.0.0
80
- MarkupSafe==3.0.3
81
- matplotlib==3.10.7
82
- matplotlib-inline==0.2.1
83
- mdit-py-plugins==0.5.0
84
- mdurl==0.1.2
85
- mistune==3.2.0
86
- ml_dtypes==0.5.4
87
- mpmath==1.3.0
88
- namex==0.1.0
89
- narwhals==2.11.0
90
- nbclient==0.10.4
91
- nbconvert==7.17.0
92
- nbformat==5.10.4
93
- nest-asyncio==1.6.0
94
- networkx==3.6.1
95
- numpy==2.3.4
96
- opencv-python==4.13.0.92
97
- opencv-python-headless==4.13.0.92
98
- openpyxl==3.1.5
99
- opt_einsum==3.4.0
100
- optree==0.19.0
101
- osqp==1.0.5
102
- otter-grader==6.1.6
103
- outcome==1.3.0.post0
104
- packaging==25.0
105
- pandas==2.3.3
106
- pandocfilters==1.5.1
107
- parso==0.8.5
108
- pillow==12.0.0
109
- platformdirs==4.5.0
110
- playwright==1.58.0
111
- plotly==6.4.0
112
- polars==1.40.0
113
- polars-runtime-32==1.40.0
114
- prompt_toolkit==3.0.52
115
- protobuf==6.33.1
116
- psutil==7.1.2
117
- pure_eval==0.2.3
118
- pyarrow==21.0.0
119
- pycparser==2.23
120
- pydantic==2.12.5
121
- pydantic_core==2.41.5
122
- pydeck==0.9.1
123
- pyee==13.0.0
124
- Pygments==2.19.2
125
- pyogrio==0.12.1
126
- pyparsing==3.2.5
127
- pyproj==3.7.2
128
- PySocks==1.7.1
129
- python-dateutil==2.9.0.post0
130
- python-dotenv==1.2.1
131
- python-on-whales==0.80.0
132
- pytz==2025.2
133
- PyYAML==6.0.3
134
- pyzmq==27.1.0
135
- referencing==0.37.0
136
- requests==2.32.5
137
- rich==14.3.3
138
- roman-numerals==4.1.0
139
- rpds-py==0.28.0
140
- scikit-learn==1.8.0
141
- scipy==1.16.3
142
- scs==3.2.11
143
- seaborn==0.13.2
144
- selenium==4.38.0
145
- setuptools==80.9.0
146
- shapely==2.1.2
147
- shellingham==1.5.4
148
- six==1.17.0
149
- smmap==5.0.2
150
- sniffio==1.3.1
151
- snowballstemmer==3.0.1
152
- sortedcontainers==2.4.0
153
- soupsieve==2.8
154
- Sphinx==9.1.0
155
- sphinxcontrib-applehelp==2.0.0
156
- sphinxcontrib-devhelp==2.0.0
157
- sphinxcontrib-htmlhelp==2.1.0
158
- sphinxcontrib-jsmath==1.0.1
159
- sphinxcontrib-qthelp==2.0.0
160
- sphinxcontrib-serializinghtml==2.0.0
161
- stack-data==0.6.3
162
- streamlit==1.51.0
163
- sympy==1.14.0
164
- tenacity==9.1.2
165
- tensorflow==2.21.0
166
- termcolor==3.3.0
167
- threadpoolctl==3.6.0
168
- tinycss2==1.4.0
169
- toml==0.10.2
170
- torch==2.11.0
171
- torchvision==0.26.0
172
- torchviz==0.0.3
173
- tornado==6.5.2
174
- tqdm==4.67.3
175
- traitlets==5.14.3
176
- trio==0.32.0
177
- trio-websocket==0.12.2
178
- typer==0.24.1
179
- typing-inspection==0.4.2
180
- typing_extensions==4.15.0
181
- tzdata==2025.2
182
- ultralytics==8.4.39
183
- ultralytics-thop==2.0.18
184
- urllib3==2.5.0
185
- watchdog==6.0.0
186
- wcwidth==0.2.14
187
- webdriver-manager==4.0.2
188
- webencodings==0.5.1
189
- websocket-client==1.9.0
190
- Werkzeug==3.1.8
191
- wheel==0.46.3
192
- widgetsnbextension==4.0.15
193
- wrapt==1.17.3
194
- wsproto==1.3.2