Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -0
- requirements.txt +1 -0
Dockerfile
CHANGED
|
@@ -3,6 +3,7 @@ FROM python:3.9-slim
|
|
| 3 |
# Set the working directory inside the container
|
| 4 |
WORKDIR /app
|
| 5 |
|
|
|
|
| 6 |
# Copy all files from the current directory to the container's working directory
|
| 7 |
COPY . .
|
| 8 |
|
|
|
|
| 3 |
# Set the working directory inside the container
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
+
|
| 7 |
# Copy all files from the current directory to the container's working directory
|
| 8 |
COPY . .
|
| 9 |
|
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
pandas==2.2.2
|
| 2 |
numpy==2.0.2
|
|
|
|
| 3 |
scikit-learn==1.6.1
|
| 4 |
streamlit
|
| 5 |
xgboost==2.1.4
|
|
|
|
| 1 |
pandas==2.2.2
|
| 2 |
numpy==2.0.2
|
| 3 |
+
os
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
streamlit
|
| 6 |
xgboost==2.1.4
|