update docker and progress monitoring

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-16 10:49:08 -05:00
parent 4e9e04b24c
commit 59cd08f5da
9 changed files with 88 additions and 18 deletions
+2
View File
@@ -1,3 +1,4 @@
from functools import lru_cache
import io
import os
import sys
@@ -1271,6 +1272,7 @@ def html(filename):
return ""
@lru_cache(maxsize=1)
def get_version():
version = None
if version is None: