We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15934 commit feaf04cCopy full SHA for feaf04c
ads/aqua/config/container_config.py
@@ -116,7 +116,7 @@ def to_dict(self):
116
@classmethod
117
def from_container_index_json(
118
cls,
119
- config: Optional[Dict] = None,
+ config: Dict,
120
enable_spec: Optional[bool] = False,
121
) -> "AquaContainerConfig":
122
"""
@@ -131,6 +131,7 @@ def from_container_index_json(
131
-------
132
AquaContainerConfig: The constructed container configuration.
133
134
+ #TODO: Return this logic back if necessary in the next iteraion.
135
# if not config:
136
# config = get_container_config()
137
0 commit comments