Lokiiparihar commited on
Commit
655ed75
·
verified ·
1 Parent(s): 0a214e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
 
8
  COPY app.py .
9
 
10
- COPY tuned_gradient_boosting_model.pkl .
11
 
12
  COPY requirements.txt .
13
 
 
7
 
8
  COPY app.py .
9
 
10
+ COPY tuned_xgboost_model.pkl .
11
 
12
  COPY requirements.txt .
13