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

@@ -32,3 +32,6 @@ indent_style = space
# violate it.
[**/test_*.py]
max_line_length = off
[Dockerfile]
indent_style = space