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