Cloudera AI Studios Known Issues and Limitations
This topic describes known issues and workarounds in AI Studios.
Agent Studios
Tool Execution Failure in Azure Workbenches (DSE-50025)
Agent Studio workflow tools fail to execute in Cloudera AI Azure Workbenches, displaying the bwrap: Failed to make / slave: Permission denied error message. This occurs because Agent Studio requires Linux namespace isolation and elevated privileges for secure sandboxing, which are restricted in Azure Workbench environments.
Workaround: To enable tool execution in these environments, you can enable the Insecure Tool Execution mode. This allows tools to run without sandbox isolation.
- Open your project in the Cloudera AI Workbench.
- Navigate to
- Add a new environment variable:
-
Name: ALLOW_AGENT_STUDIO_INSECURE_TOOL_EXECUTION
-
Value: true
-
- Click Submit and restart the Agent Studio application for the changes to take effect.
Remove or set ALLOW_AGENT_STUDIO_INSECURE_TOOL_EXECUTION to
false, and restart Agent Studio application, to disable Insecure Tool
Execution Mode.
