WebashalarForML commited on
Commit
353b461
·
verified ·
1 Parent(s): bca6978

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ WORKDIR /app
11
 
12
  # Copy the requirements file
13
  COPY requirements.txt /app/
 
 
14
 
15
  # Upgrade pip
16
  RUN pip install --upgrade pip
 
11
 
12
  # Copy the requirements file
13
  COPY requirements.txt /app/
14
+ COPY Label_encoders
15
+ COPY Model
16
 
17
  # Upgrade pip
18
  RUN pip install --upgrade pip