File tree Expand file tree Collapse file tree 7 files changed +28
-14
lines changed
datascience/ubi9-python-3.12/utils
minimal/ubi9-python-3.12/utils
pytorch+llmcompressor/ubi9-python-3.12/utils
pytorch/ubi9-python-3.12/utils
rocm-pytorch/ubi9-python-3.12/utils
rocm-tensorflow/ubi9-python-3.12/utils
tensorflow/ubi9-python-3.12/utils Expand file tree Collapse file tree 7 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
Original file line number Diff line number Diff line change 4848enable_pipeline_info = os .getenv ("ELYRA_ENABLE_PIPELINE_INFO" , "true" ).lower () == "true"
4949# not only log File Operations output of NotebookFileOp, RFileOp, PythonFileOp to stdout so it appears
5050# in runtime / container logs and also Airflow and KFP GUI logs, but also put output to S3 storage
51+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
5152enable_generic_node_script_output_to_s3 = (
52- os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "true " ).lower () == "true"
53+ os .getenv ("ELYRA_GENERIC_NODES_ENABLE_SCRIPT_OUTPUT_TO_S3" , "false " ).lower () == "true"
5354)
5455# Set it to false to disable automatic package installation.
5556# This is useful in airgapped environments where the image
5657# already contains the required packages.
57- install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "true" ).lower () == "true"
58+ # NOTEBOOKS: Settings this to false so this will have effect both in Runtimes and Jupyter images
59+ install_packages = os .getenv ("ELYRA_INSTALL_PACKAGES" , "false" ).lower () == "true"
5860
5961pipeline_name = None # global used in formatted logging
6062operation_name = None # global used in formatted logging
You can’t perform that action at this time.
0 commit comments