Skip to content

Commit 1db71cc

Browse files
authored
Merge pull request #667 from harshad16/remove-install-package
RHOAIENG-11087 Fix: Remove install of package in bootstrapper as pre-installed
2 parents ae4e01f + d30b6e6 commit 1db71cc

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

runtimes/datascience/ubi8-python-3.8/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/datascience/ubi9-python-3.9/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/minimal/ubi8-python-3.8/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/minimal/ubi9-python-3.9/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/pytorch/ubi8-python-3.8/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/pytorch/ubi9-python-3.9/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/rocm-pytorch/ubi9-python-3.9/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/rocm-tensorflow/ubi9-python-3.9/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/tensorflow/ubi8-python-3.8/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

runtimes/tensorflow/ubi9-python-3.9/utils/bootstrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def main():
750750
input_params = OpUtil.parse_arguments(sys.argv[1:])
751751
OpUtil.log_operation_info("starting operation")
752752
t0 = time.time()
753-
OpUtil.package_install(user_volume_path=input_params.get("user-volume-path"))
754753

755754
# Create the appropriate instance, process dependencies and execute the operation
756755
file_op = FileOpBase.get_instance(**input_params)

0 commit comments

Comments
 (0)