csprojectworkspace commited on
Commit
91b3823
·
verified ·
1 Parent(s): c01d934

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ COPY requirements.txt .
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
  COPY app.py .
 
11
 
12
  EXPOSE 7860
13
 
 
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