GhylB commited on
Commit
27af844
·
1 Parent(s): 3306413

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ ENV TRANSFORMERS_CACHE /.cache/huggingface/hub
13
  # Copy the API files to the container
14
  COPY main.py .
15
  COPY gbc.pkl .
16
- COPY model.pkl .
17
 
18
  # Upgrade pip
19
  RUN /usr/local/bin/python -m pip install --upgrade pip
 
13
  # Copy the API files to the container
14
  COPY main.py .
15
  COPY gbc.pkl .
16
+ COPY scaler.pkl .
17
 
18
  # Upgrade pip
19
  RUN /usr/local/bin/python -m pip install --upgrade pip