Unspecifying gradio and spacy in requirements, then reinstalling latest gradio afterwards in Dockerfile. All to try to avoid typer conflict 619a281 seanpedrickcase commited on May 13, 2024
Removed spacy version specification (3.7.4), as it creates a conflict with latest gradio version (4.31.0) 16dc1f9 seanpedrickcase commited on May 13, 2024
Changed boto3 package version in requirements to latest valid version (1.34.103) efd2dce seanpedrickcase commited on May 13, 2024
Updated gradio version to latest (4.31.0) in hope to address AWS server timeout issues. Other tested package versions specified in requirements. 44647fa seanpedrickcase commited on May 13, 2024
Specify GRADIO_SERVER_NAME variable in Dockerfile as 0.0.0.0 85a7cbf seanpedrickcase commited on Apr 25, 2024
Modified Dockerfile to run with user 1000. Changed port to standard 7860 and removed server name specification. 71761cb seanpedrickcase commited on Apr 25, 2024
Added opencv installation to dockerfile and reverted to slim-bookworm bffbd2b seanpedrickcase commited on Apr 25, 2024
Changed base python distribution to (hopefully) have access to tesseract-ocr package 5f91219 seanpedrickcase commited on Apr 25, 2024
Added -y to tesseract-ocr installation in Dockerfile b723aad seanpedrickcase commited on Apr 25, 2024
Added -y to poppler-utils installation in Dockerfile. Added support for image files in image-based redaction. 37d982e seanpedrickcase commited on Apr 25, 2024