Gary Mu commited on
Commit ·
723d926
1
Parent(s): 9f81ce9
downgrade python
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.10-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ matplotlib
|
|
| 4 |
numpy<2
|
| 5 |
pandas
|
| 6 |
python-dotenv
|
| 7 |
-
scikit-learn
|
| 8 |
spacy
|
| 9 |
streamlit
|
| 10 |
textdescriptives
|
|
|
|
| 4 |
numpy<2
|
| 5 |
pandas
|
| 6 |
python-dotenv
|
| 7 |
+
scikit-learn==1.2.2
|
| 8 |
spacy
|
| 9 |
streamlit
|
| 10 |
textdescriptives
|