Open lebe1 opened 11 months ago
After building the image with docker build --tag 'pdf_parser' . and running the container with docker run --detach 'pdf_parser', I receive the following error. Locally running via uvicorn works fine though.
docker build --tag 'pdf_parser' .
docker run --detach 'pdf_parser'
After building the image with
docker build --tag 'pdf_parser' .
and running the container withdocker run --detach 'pdf_parser'
, I receive the following error. Locally running via uvicorn works fine though.