likhithv commited on
Commit
7c626c4
·
1 Parent(s): 9754167

spelling correctio

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pip3 install torch --index-url https://download.pytorch.org/whl/cu121
20
  # Copy the rest of the application codeDocQA
21
  COPY images ./images
22
  COPY app.py ./
23
- COPY classication.py ./
24
  COPY donut_inference.py ./
25
  COPY non_form_llama_parse.py ./
26
  COPY RAG.py ./
 
20
  # Copy the rest of the application codeDocQA
21
  COPY images ./images
22
  COPY app.py ./
23
+ COPY classification.py ./
24
  COPY donut_inference.py ./
25
  COPY non_form_llama_parse.py ./
26
  COPY RAG.py ./