Skip to content

Commit 8a64c8f

Browse files
gverkesakrishna1995
authored andcommitted
fix: black formatting
1 parent d526285 commit 8a64c8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/sagemaker/local/image.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -861,11 +861,7 @@ def _create_docker_host(
861861
if self.instance_type == "local_gpu":
862862
host_config["deploy"] = {
863863
"resources": {
864-
"reservations": {
865-
"devices": [
866-
{"count": "all", "capabilities": ["gpu"]}
867-
]
868-
}
864+
"reservations": {"devices": [{"count": "all", "capabilities": ["gpu"]}]}
869865
}
870866
}
871867

0 commit comments

Comments
 (0)