Skip to content

Commit

Permalink
[core][autoscaler] fix indentation of use_podman (#50653)
Browse files Browse the repository at this point in the history
in ray-schema.json

Signed-off-by: David Xia <david@davidxia.com>
  • Loading branch information
davidxia authored Feb 18, 2025
1 parent 4bdd650 commit a8e217d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/ray/autoscaler/ray-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@
"description": "disable Ray from automatically detecting /dev/shm size for the container",
"default": false
},
"use_podman" : {
"type": "boolean",
"description": "Use 'podman' command in place of 'docker'",
"default": false
"use_podman" : {
"type": "boolean",
"description": "Use 'podman' command in place of 'docker'",
"default": false
}
}
},
Expand Down

0 comments on commit a8e217d

Please sign in to comment.