Update Dockerfile
Browse files- 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 classification.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 ./
|