Spaces:
Sleeping
Sleeping
Commit ·
6fb6ed3
1
Parent(s): 6efd88c
Update to Python 3.11 and TensorFlow 2.20 for model compatibility
Browse files- Dockerfile +1 -1
- requirements.txt +4 -3
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
|
|
|
| 1 |
+
FROM python:3.11-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
requirements.txt
CHANGED
|
@@ -4,7 +4,8 @@ werkzeug==3.1.3
|
|
| 4 |
numpy==1.26.4
|
| 5 |
pandas==2.0.3
|
| 6 |
openpyxl==3.1.5
|
| 7 |
-
tensorflow==2.
|
| 8 |
pillow==10.1.0
|
| 9 |
-
google-generativeai==0.
|
| 10 |
-
gunicorn==21.2.0
|
|
|
|
|
|
| 4 |
numpy==1.26.4
|
| 5 |
pandas==2.0.3
|
| 6 |
openpyxl==3.1.5
|
| 7 |
+
tensorflow==2.20.0
|
| 8 |
pillow==10.1.0
|
| 9 |
+
google-generativeai==0.8.5
|
| 10 |
+
gunicorn==21.2.0
|
| 11 |
+
h5py==3.15.0
|