prabhat-rocks commited on
Commit
6fb6ed3
·
1 Parent(s): 6efd88c

Update to Python 3.11 and TensorFlow 2.20 for model compatibility

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +4 -3
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
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.15.0
8
  pillow==10.1.0
9
- google-generativeai==0.3.2
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