Dyana does not allow network access by default to the loader container. If you need to allow it, you can pass the --allow-network flag:
Copy
Ask AI
dyana trace ... --allow-network
Dyana uses a shared volume to pass your files to the loader and by default it does not allow writing to it. If you need to allow it, you can pass the --allow-volume-write flag:
Copy
Ask AI
dyana trace ... --allow-volume-write
Assistant
Responses are generated using AI and may contain mistakes.