Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@ FROM python:3.11-slim
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY ../../artifacts ./artifacts
|
|
|
|
| 5 |
COPY requirements.txt ./requirements.txt
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
COPY app.py ./app.py
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
COPY ../../artifacts ./artifacts
|
| 5 |
+
COPY ../../artifacts/superkart_revenue_model.joblib ./artifacts/superkart_revenue_model.joblib
|
| 6 |
COPY requirements.txt ./requirements.txt
|
| 7 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 8 |
COPY app.py ./app.py
|