We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84330cf commit c1d9a4dCopy full SHA for c1d9a4d
src/sagemaker/local/image.py
@@ -474,7 +474,7 @@ def write_processing_config_files(
474
config_path = os.path.join(self.container_root, host, "config")
475
476
resource_config = {
477
- "current_host": host,
+ "current_host": host,
478
"hosts": self.hosts,
479
"network_interface_name": "eth0",
480
"current_instance_type": self.instance_type,
0 commit comments