phoner45 commited on
Commit
54c7718
·
verified ·
1 Parent(s): c9fdbee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
17
 
18
  # Copy the application code
19
  COPY --chown=user:user app.py ./
20
- COPY --chown=user:user rf_model.pkl ./
21
 
22
  # Switch to the non-root user
23
  USER user
 
17
 
18
  # Copy the application code
19
  COPY --chown=user:user app.py ./
20
+ COPY --chown=user:user model.pkl ./
21
 
22
  # Switch to the non-root user
23
  USER user