Fola-lad commited on
Commit
b373b75
·
1 Parent(s): a65288a

fix python and tensorflow-cpu version for HF build

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.13.5-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.11-slim
2
 
3
  WORKDIR /app
4
 
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  streamlit
2
  pandas
3
  numpy
4
- tensorflow-cpu==2.16.2
5
  scipy
 
1
  streamlit
2
  pandas
3
  numpy
4
+ tensorflow-cpu==2.21.0
5
  scipy