Loading generateBaseline/postprocessing.py +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ def refresh_docx_fields(input_path: str, image: str = "docx-field-refresh") -> s cmd = [ "docker", "run", "--rm", "-v", f"{tmpdir_path}:/data", "-u", f"{os.getuid()}:{os.getgid()}", # <--- run as host user image, "--headless", "--convert-to", "docx", Loading Loading
generateBaseline/postprocessing.py +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ def refresh_docx_fields(input_path: str, image: str = "docx-field-refresh") -> s cmd = [ "docker", "run", "--rm", "-v", f"{tmpdir_path}:/data", "-u", f"{os.getuid()}:{os.getgid()}", # <--- run as host user image, "--headless", "--convert-to", "docx", Loading