docker test
Browse files
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ RUN mkdir -p /code/inbox /code/output
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Command to run the application
|
26 |
-
CMD ["python", "
|
|
|
23 |
EXPOSE 7860
|
24 |
|
25 |
# Command to run the application
|
26 |
+
CMD ["python", "app1232.py"]
|
__pycache__/inference_svm_model.cpython-310.pyc
CHANGED
Binary files a/__pycache__/inference_svm_model.cpython-310.pyc and b/__pycache__/inference_svm_model.cpython-310.pyc differ
|
|
__pycache__/mineru_single.cpython-310.pyc
CHANGED
Binary files a/__pycache__/mineru_single.cpython-310.pyc and b/__pycache__/mineru_single.cpython-310.pyc differ
|
|
__pycache__/worker.cpython-310.pyc
CHANGED
Binary files a/__pycache__/worker.cpython-310.pyc and b/__pycache__/worker.cpython-310.pyc differ
|
|