IDS75912 commited on
Commit
8850708
·
1 Parent(s): 06eb1ae
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +6 -89
Dockerfile CHANGED
@@ -28,6 +28,6 @@ ENV PATH="/opt/venv/bin:$PATH"
28
 
29
  # Expose the port and run the app
30
  EXPOSE 8000
31
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
32
 
33
 
 
28
 
29
  # Expose the port and run the app
30
  EXPOSE 8000
31
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
32
 
33
 
requirements.txt CHANGED
@@ -1,90 +1,7 @@
1
- absl-py==2.3.1
2
- annotated-types==0.6.0
3
- anyio==4.10.0
4
- asttokens==3.0.0
5
- astunparse==1.6.3
6
- bottleneck==1.4.2
7
- certifi==2025.10.5
8
- charset-normalizer==3.4.3
9
- click==8.2.1
10
- comm==0.2.3
11
- debugpy==1.8.16
12
- decorator==5.2.1
13
- exceptiongroup==1.3.0
14
- executing==2.2.1
15
- fastapi==0.116.1
16
- flatbuffers==25.9.23
17
- gast==0.6.0
18
- google-pasta==0.2.0
19
- grpcio==1.75.1
20
- h11==0.16.0
21
- h5py==3.14.0
22
- idna==3.10
23
- importlib-metadata==8.7.0
24
- ipykernel==6.30.1
25
- ipython==9.6.0
26
- ipython_pygments_lexers==1.1.1
27
- jedi==0.19.2
28
- jupyter-client==8.6.3
29
- jupyter-core==5.8.1
30
- keras==3.11.3
31
- libclang==18.1.1
32
- markupsafe==3.0.3
33
- markdown==3.9
34
- markdown-it-py==4.0.0
35
- matplotlib-inline==0.1.7
36
- mdurl==0.1.2
37
- mkl-service==2.5.2
38
- mkl_fft==1.3.11
39
- mkl_random==1.2.8
40
- ml-dtypes==0.5.3
41
- namex==0.1.0
42
- nest-asyncio==1.6.0
43
- numexpr==2.11.0
44
- numpy
45
- opt-einsum==3.4.0
46
- optree==0.17.0
47
- packaging==25.0
48
- pandas==2.3.3
49
- parso==0.8.5
50
- pexpect==4.9.0
51
- pickleshare==0.7.5
52
- pillow==11.3.0
53
- pip==25.2
54
- platformdirs==4.5.0
55
- prompt-toolkit==3.0.52
56
- protobuf==6.32.1
57
- psutil==7.0.0
58
- ptyprocess==0.7.0
59
- pure_eval==0.2.3
60
- pydantic==2.11.9
61
- pydantic-core==2.33.2
62
- pygments==2.19.2
63
- python-dateutil==2.9.0post0
64
- python-multipart==0.0.20
65
- pytz==2025.2
66
- pyzmq==27.1.0
67
- requests==2.32.5
68
- rich==14.2.0
69
- setuptools==72.1.0
70
- six==1.17.0
71
- sniffio==1.3.0
72
- stack_data==0.6.3
73
- starlette==0.47.3
74
- tensorboard==2.20.0
75
- tensorboard-data-server==0.7.2
76
- tensorflow==2.20.0
77
- termcolor==3.1.0
78
- tornado==6.5.1
79
- traitlets==5.14.3
80
- typing-extensions==4.15.0
81
- typing-inspection==0.4.0
82
- urllib3==2.5.0
83
- uvicorn==0.35.0
84
- wcwidth==0.2.14
85
- werkzeug==3.1.3
86
- wheel==0.45.1
87
- wrapt==1.17.3
88
- zipp==3.23.0
89
- gradio
90
  huggingface_hub
 
1
+ fastapi
2
+ uvicorn
3
+ keras
4
+ tensorflow
5
+ numpy
6
+ Pillow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  huggingface_hub