Files
blog/content/posts/commits/2026-08-16-commit-08bcd3a.md
Betty efbf3e60f7
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 08bcd3a in myai
2026-08-16 14:03:40 +02:00

42 lines
845 B
Markdown

---
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 <noreply@anthropic.com>
### Files Changed
```
M Dockerfile
M requirements.txt
```
### Diff Summary
```
Dockerfile | 7 +++++--
requirements.txt | 1 -
2 files changed, 5 insertions(+), 3 deletions(-)
```