Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Dec 3, 2024
1 parent f4733b6 commit dcca3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/packager/test_container_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def build_docker_image(**build_args):
platform_parameters = PlatformParameters(
Platform.X64Workstation, PlatformConfiguration.dGPU, "image:tag", "1.0"
)
with tempfile.TemporaryDirectory() as temp_dir:
with tempfile.TemporaryDirectory(ignore_cleanup_errors=True) as temp_dir:
container_builder = BuilderBase(build_parameters, temp_dir)
container_builder.build(platform_parameters)

Expand Down

0 comments on commit dcca3f0

Please sign in to comment.