Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +0 -2
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -10,8 +10,6 @@ COPY . .
|
|
| 10 |
# Install dependencies from the requirements file without using cache to reduce image size
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 13 |
-
RUN pip install --upgrade scikit-learn
|
| 14 |
-
RUN pip install --upgrade joblib
|
| 15 |
|
| 16 |
# Define the command to start the application using Gunicorn with 4 worker processes
|
| 17 |
# - `-w 4`: Uses 4 worker processes for handling requests
|
|
|
|
| 10 |
# Install dependencies from the requirements file without using cache to reduce image size
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
|
|
|
|
| 13 |
|
| 14 |
# Define the command to start the application using Gunicorn with 4 worker processes
|
| 15 |
# - `-w 4`: Uses 4 worker processes for handling requests
|
requirements.txt
CHANGED
|
@@ -7,4 +7,4 @@ Werkzeug==2.2.2
|
|
| 7 |
flask==2.2.2
|
| 8 |
gunicorn==20.1.0
|
| 9 |
requests==2.28.1
|
| 10 |
-
feature-engine==1.
|
|
|
|
| 7 |
flask==2.2.2
|
| 8 |
gunicorn==20.1.0
|
| 9 |
requests==2.28.1
|
| 10 |
+
feature-engine==1.8.3
|