Spaces:
Runtime error
Runtime error
fix python and tensorflow-cpu version for HF build
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
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
|
@@ -1,5 +1,5 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
-
tensorflow-cpu==2.
|
| 5 |
scipy
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
+
tensorflow-cpu==2.21.0
|
| 5 |
scipy
|