harikrishna1985 commited on
Commit
aff6cb7
·
verified ·
1 Parent(s): fada179

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -10,8 +10,6 @@ RUN apt-get update && apt-get install -y \
10
 
11
  COPY requirements.txt ./
12
  COPY src/ ./src/
13
- COPY app.py /app/app.py
14
- COPY best_model.pkl /app/best_model.pkl
15
 
16
  RUN pip3 install -r requirements.txt
17
 
 
10
 
11
  COPY requirements.txt ./
12
  COPY src/ ./src/
 
 
13
 
14
  RUN pip3 install -r requirements.txt
15