Commit a6166af
committed
fix: Use backend/Dockerfile.backend instead of Dockerfile.codeengine
- Workflow was using Dockerfile.codeengine which has poetry install
- poetry install pulls CUDA PyTorch from poetry.lock (~6-8GB)
- backend/Dockerfile.backend has custom pip install for CPU-only PyTorch
- Also has email-validator fix for pydantic[email] syntax
This should resolve both CUDA libraries and email-validator issues.1 parent 9a1c8cb commit a6166af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments