nalamrc commited on
Commit
e66afa9
·
verified ·
1 Parent(s): 2738687

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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