From 72d76c8f9f1c5c360b0bf73515c9b6dabe42567c Mon Sep 17 00:00:00 2001 From: Lucas Roesler Date: Sat, 17 Jun 2023 15:21:36 +0200 Subject: [PATCH] feat: remove deprecated DLRS python template Remove teh DLRS template because it is unmaintained and has been deprecated by Intel. See https://github.com/intel/stacks-templates-openfaas They archived the repo on Jan 7, 2023. Resolves https://github.com/openfaas/store/issues/153 Signed-off-by: Lucas Roesler --- templates.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/templates.json b/templates.json index 6f731f8..2d2d20c 100644 --- a/templates.json +++ b/templates.json @@ -394,14 +394,5 @@ "description": "COBOL Template", "repo": "https://github.com/devries/openfaas-cobol-template", "official": "false" - }, - { - "template": "python3-dlrs", - "platform": "x86_64", - "language": "Python", - "source": "intel", - "description": "Deep Learning Reference Stack v0.4 for ML workloads", - "repo": "https://github.com/intel/stacks-templates-openfaas", - "official": "false" } ] \ No newline at end of file