File tree Expand file tree Collapse file tree
agents/langflow/simple_tool_calling_agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ make llama-server
9797make run
9898```
9999
100- > ** macOS: If ` make run ` fails with ` statfs ... init-db.sh: operation not permitted ` :** your Podman machine needs
100+ > ** macOS: If ` make run ` fails with ` statfs ... init-db.sh: operation not permitted ` :** your Podman machine may need
101101> rootful mode. This happens on some configurations where the VM cannot bind-mount host files in rootless mode. Run:
102102>
103103> ``` bash
@@ -106,6 +106,9 @@ make run
106106> podman machine start
107107> make run
108108> ` ` `
109+ >
110+ > Note: rootful mode reduces container isolation. If you want to revert after you' re done working with this agent,
111+ > run `podman machine set --rootful=false` — but you will need to set rootful mode again before running `make run`.
109112
110113### Import the flow
111114
You can’t perform that action at this time.
0 commit comments