Sonny4Sonnix commited on
Commit
d7c7b20
1 Parent(s): ba81eee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Copy the xgb_model.joblib files to the container
14
- COPY model.joblib .
15
 
16
  # Copy the current directory contents into the container at /app
17
  COPY . /app
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Copy the xgb_model.joblib files to the container
14
+ COPY model_1.joblib .
15
 
16
  # Copy the current directory contents into the container at /app
17
  COPY . /app