Updated CLI to follow APIs specified by the 0.12.0 engine
Some checks failed
automlst.cli/pipeline/head This commit looks good
automlst.cli/pipeline/tag There was a failure building this commit

This commit is contained in:
2025-02-18 16:33:08 +00:00
parent 1f6023b06b
commit e2f19acd5a
6 changed files with 8 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "pip3 install --user -r requirements.txt && pip install -e .",
"customizations": {
"vscode": {
"extensions": [