It seems like with Python 3.8 the format string needs to be specified differently. If I run docker build -t test . && docker run -it test it works as expected, the ...
When attempting to use an f-string format specifier like :.2f within a VS Code Python Logpoint, the debugger throws an "invalid decimal literal" error. The logpoint ...