--- title: "[myai] fix(dockerfile): use /opt build context to include borodino SDK locally" date: 2026-08-16T14:03:40+02:00 draft: false tags: ["commit", "myai", "main"] categories: ["Git Activity"] summary: "Commit 08bcd3a par Betty dans myai" author: "Betty" --- ## Commit `08bcd3a` | | | |---|---| | **Repository** | myai | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `08bcd3a1f699cff62bf599a327726ad00ba09d35` | ### Description Remove git+https dep on gitea — SDK is on the same host at /opt/borodino/sdk/. Build with: docker build -f /opt/MyAI/Dockerfile -t ... /opt Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M Dockerfile M requirements.txt ``` ### Diff Summary ``` Dockerfile | 7 +++++-- requirements.txt | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) ```