Commit 3bcd1e4
committed
fix: Resolve Docker build pip install failure
- Create requirements-docker.txt with minimal dependencies for IRIS compilation
- Remove invalid PyTorch 2.7.0 version requirement that doesn't exist
- Eliminate heavy ML dependencies that cause Docker build memory issues
- Keep only essential IRIS and database connectivity packages
- Update Dockerfile to use requirements-docker.txt instead of full requirements.txt
- This fixes the Docker build failure: 'pip3 install -r requirements.txt' step
The Docker CI now focuses on ObjectScript/ZPM compilation rather than full ML environment setup.1 parent 231f9f9 commit 3bcd1e4
2 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments