We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ddfb6 commit a0a626eCopy full SHA for a0a626e
2 files changed
.github/workflows/build_image.yaml
@@ -7,7 +7,7 @@ on:
7
tags:
8
- "*"
9
paths:
10
- - requirements_app.txt
+ - uv.lock
11
- app/*
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "Hackathon-ntts-2025-images-train"
+name = "funathon-2026-project3-images-train"
3
version = "0.1.0"
4
description = "Repository for training of segmentation models on satellite imagery."
5
readme = "README.md"
0 commit comments