chandan06 commited on
Commit
9280fcd
·
verified ·
1 Parent(s): 4eafaf1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ COPY donut_inference.py ./
25
  COPY non_form_llama_parse.py ./
26
  COPY RAG.py ./
27
  COPY best_resnet152_model.h5 ./
28
- COPY Model ./
29
 
30
  # Expose the port the app runs on
31
  # EXPOSE 7860
 
25
  COPY non_form_llama_parse.py ./
26
  COPY RAG.py ./
27
  COPY best_resnet152_model.h5 ./
28
+ COPY Model ./Model
29
 
30
  # Expose the port the app runs on
31
  # EXPOSE 7860