Updates the Dockerfile to utilize our new base image 1.0 which provides the pre-compiled wheels for certain dependencies and most base packages

This commit is contained in:
Trenton Holmes
2022-03-26 13:21:17 -07:00
committed by Trenton Holmes
parent 8b26ddcd2c
commit 19cf66be0f
9 changed files with 190 additions and 304 deletions

View File

@@ -23,12 +23,14 @@ imap-tools = "*"
langdetect = "*"
pathvalidate = "*"
pillow = "~=9.0"
# Any version update to pikepdf requires a base image update
pikepdf = "~=5.1"
python-gnupg = "*"
python-dotenv = "*"
python-dateutil = "*"
python-magic = "*"
psycopg2-binary = "*"
# Any version update to psycopg2 requires a base image update
psycopg2 = "*"
redis = "*"
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
scikit-learn="==1.0.2"