Commit 2f861c8
Fix protobuf dependency conflict in e2b sandbox recipe
Use pixi feature environments to isolate dependency conflicts between
modular package (protobuf >=6.31.1) and e2b-code-interpreter (protobuf <6.0.0).
Create separate environments:
- server environment: Uses modular package for MAX Serve
- agent environment: Uses e2b-code-interpreter for code execution
This allows both components to work without dependency conflicts by
running in isolated pixi environments.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c205d35 commit 2f861c8
1 file changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
33 | 48 | | |
34 | | - | |
35 | 49 | | |
36 | | - | |
37 | 50 | | |
| 51 | + | |
| 52 | + | |
0 commit comments