From c44a177af44b9fe0d4cea18f0009d893f6ee70a0 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 3 Jan 2024 15:26:11 -0500 Subject: [PATCH] Don't deploy youtube_face_detection (#536) Not sure why we're deploying this example right now in synmon. --- 03_scaling_out/youtube_face_detection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/03_scaling_out/youtube_face_detection.py b/03_scaling_out/youtube_face_detection.py index 778352338..b997b38a3 100644 --- a/03_scaling_out/youtube_face_detection.py +++ b/03_scaling_out/youtube_face_detection.py @@ -1,5 +1,4 @@ # --- -# deploy: true # output-directory: "/tmp" # runtimes: ["runc", "gvisor"] # ---