Skip to content

Commit ab25af8

Browse files
authored
Comment out InferenceAccelerators in __init__.py (#806)
Comment out InferenceAccelerators assignment in init.py
1 parent 50565fd commit ab25af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs_composex/ecs/ecs_family/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def set_task_definition(self):
209209
if self.task_ephemeral_storage >= 21
210210
else NoValue
211211
),
212-
InferenceAccelerators=NoValue,
212+
# InferenceAccelerators=NoValue,
213213
IpcMode=If(
214214
ecs_conditions.USE_WINDOWS_OS_T,
215215
NoValue,

0 commit comments

Comments
 (0)