From 36dc76002a8470a8f6a6bf5a2e08a42327d647e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 2 Jun 2025 22:11:58 +0200 Subject: [PATCH] wip --- app/Containerfile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/Containerfile b/app/Containerfile index 857d417..faed332 100644 --- a/app/Containerfile +++ b/app/Containerfile @@ -4,10 +4,20 @@ ADD *.py *.jpg *.onnx /opt/app WORKDIR /opt/app RUN <