From b1e99643f607f9b51ee804aaa305faffa2bed8ab Mon Sep 17 00:00:00 2001 From: Asep Haryana Saputra <90584806+MythEclipse@users.noreply.github.com> Date: Sat, 23 May 2026 10:48:01 +0000 Subject: [PATCH] fix: allow ONNX model in Docker context --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 183222c..f0a0d2a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,7 +12,7 @@ docker-compose.yml Machine_Learning/dataset Machine_Learning/dataset.zip Machine_Learning/dataset_*.zip -Machine_Learning/model +Machine_Learning/model/* !Machine_Learning/model/model.onnx Machine_Learning/best_model/* !Machine_Learning/best_model/best_model.keras