csprojectworkspace commited on
Commit
18ae704
·
verified ·
1 Parent(s): c987fa4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ 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
 
 
9
 
10
  COPY app.py .
11
  COPY CRNN_model_final.h5 .
12
+ COPY model_keras.h5 .
13
 
14
  EXPOSE 7860
15