From 61949fe940c046a1cb5bd7666efab96a89350f7c Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Mon, 30 Dec 2024 11:19:54 -0800 Subject: [PATCH 1/2] Add environment variable --- compose.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.py b/compose.py index 14b58c93f6..6c8682b6f7 100755 --- a/compose.py +++ b/compose.py @@ -88,6 +88,8 @@ def start_dockerfile(ddir, images, argmap, dockerfile_name, backends): df += """ FROM {} + +ENV PIP_BREAK_SYSTEM_PACKAGES=1 """.format( images["min"] ) From a49a620824340e3d0019b1e05e914f7f47c0abc5 Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Mon, 30 Dec 2024 11:45:02 -0800 Subject: [PATCH 2/2] Update copy-right --- compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.py b/compose.py index 6c8682b6f7..1ade3bef46 100755 --- a/compose.py +++ b/compose.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions