Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
| 7 |
|
| 8 |
COPY app.py .
|
| 9 |
|
| 10 |
-
COPY
|
| 11 |
|
| 12 |
COPY requirements.txt .
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
COPY app.py .
|
| 9 |
|
| 10 |
+
COPY tuned_xgboost_model.pkl .
|
| 11 |
|
| 12 |
COPY requirements.txt .
|
| 13 |
|