Skip to content

Commit be07557

Browse files
authored
Add environment variable to compose.py (#7909)
1 parent be1cf12 commit be07557

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -88,6 +88,8 @@ def start_dockerfile(ddir, images, argmap, dockerfile_name, backends):
8888

8989
df += """
9090
FROM {}
91+
92+
ENV PIP_BREAK_SYSTEM_PACKAGES=1
9193
""".format(
9294
images["min"]
9395
)

0 commit comments

Comments
 (0)