run_command
Execute bash commands within the sktime container to install Python packages or inspect files.
Instructions
Run an arbitrary CLI/bash command inside the sktime container. Use this to install missing python packages (e.g., 'pip install mlflow') or inspect the file system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The bash command to run |