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

Update Dockerfile

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