Skip to content

Commit 06ad544

Browse files
kiukchungfacebook-github-bot
authored andcommitted
(torchx/specs) Remove deprecated base_image attribute from Role
Summary: `role.base_image` has been marked for deprecation for a few years. Remove it. Differential Revision: D83780899
1 parent 1f2b94e commit 06ad544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchx/specs/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ class Role:
407407
name: str
408408
image: str
409409
min_replicas: Optional[int] = None
410-
base_image: Optional[str] = None # DEPRECATED DO NOT SET, WILL BE REMOVED SOON
411410
entrypoint: str = MISSING
412411
args: List[str] = field(default_factory=list)
413412
env: Dict[str, str] = field(default_factory=dict)

0 commit comments

Comments
 (0)