Skip to content

Commit 6374b90

Browse files
committed
fix: black formatting
1 parent 8d611c1 commit 6374b90

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
@@ -859,11 +859,7 @@ def _create_docker_host(
859859
if self.instance_type == "local_gpu":
860860
host_config["deploy"] = {
861861
"resources": {
862-
"reservations": {
863-
"devices": [
864-
{"count": "all", "capabilities": ["gpu"]}
865-
]
866-
}
862+
"reservations": {"devices": [{"count": "all", "capabilities": ["gpu"]}]}
867863
}
868864
}
869865

0 commit comments

Comments
 (0)