Skip to content

Commit a9349db

Browse files
authored
Fix Geti Tune build (#5168)
1 parent 61ace97 commit a9349db

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

application/backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ module-root = ""
8383
module-name = "app"
8484

8585
[tool.uv.sources]
86-
# TODO switch to local path after the 'feature/datumaro' branch is merged to develop
86+
# TODO (#5165) source 'otx' from local path to enable local builds that include local changes to the library
8787
# otx = { path = "../../library", editable = true }
88-
otx = { git = "https://github.com/open-edge-platform/training_extensions.git", branch = "feature/datumaro", subdirectory = "library" }
88+
otx = { git = "https://github.com/open-edge-platform/training_extensions.git", branch = "develop", subdirectory = "library" }
8989

9090
[tool.ruff]
9191
target-version = "py313"

application/backend/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN apt-get update \
110110
&& apt-get install -y --no-install-recommends \
111111
git=1:2.47.3-0* \
112112
libgl1=1.7.0-1+b2 \
113-
libglib2.0-0=2.84.4-3~deb13u1 \
113+
libglib2.0-0t64=2.84.4-3~deb13u2 \
114114
libglx-mesa0=25.0.7-2 \
115115
&& rm -rf /var/lib/apt/lists/* \
116116
&& apt-get clean

0 commit comments

Comments
 (0)