csprojectworkspace commited on
Commit
ce00c49
·
verified ·
1 Parent(s): 59cc0d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY requirements.txt .
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
  COPY app.py .
11
- COPY best_crnn_model_accuracy.keras .
12
 
13
  EXPOSE 7860
14
 
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
  COPY app.py .
11
+ COPY CRNN_model_final.h5 .
12
 
13
  EXPOSE 7860
14