Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benieric committed Jan 21, 2025
1 parent 7885469 commit 759b0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sagemaker/local/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ def write_config_files(self, host, hyperparameters, input_data_config):
config_path = os.path.join(self.container_root, host, "input", "config")

resource_config = {
"current_host": host,
"hosts": self.hosts,
"current_host": host,
"hosts": self.hosts,
"network_interface_name": "eth0",
"current_instance_type": self.instance_type,
}
Expand Down

0 comments on commit 759b0c2

Please sign in to comment.