fixed path

This commit is contained in:
2026-04-19 23:50:10 -04:00
parent 1e9c2a6caa
commit 716bed5300
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def build_image() -> None:
"docker",
"build",
"-f",
str(REPO_DIR / "python/prompt_bench/Dockerfile.finetune"),
str(REPO_DIR / "pipelines/pipelines/tools/Dockerfile.finetune"),
"-t",
FINETUNE_IMAGE,
".",