Shib-Sankar-Das commited on
Commit
9a57ca6
·
1 Parent(s): 70dd9f8

Update Dockerfile to use .h5 model file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY requirements.txt .
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy model files and application code
19
- COPY cnn_model.keras .
20
  COPY app.py .
21
  COPY preprocessing.py .
22
 
 
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy model files and application code
19
+ COPY cnn_model.h5 .
20
  COPY app.py .
21
  COPY preprocessing.py .
22