From 887f6e9f09561949966476c4be30afef84488715 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Fri, 8 Dec 2023 14:40:18 -0600 Subject: [PATCH] rename to distinguish from basic dockerfile template Signed-off-by: nikki everett --- {basic-example => basic-example-imagespec}/LICENSE | 0 {basic-example => basic-example-imagespec}/README.md | 0 {basic-example => basic-example-imagespec}/requirements.txt | 0 .../workflows/__init__.py | 0 {basic-example => basic-example-imagespec}/workflows/example.py | 0 templates.json | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename {basic-example => basic-example-imagespec}/LICENSE (100%) rename {basic-example => basic-example-imagespec}/README.md (100%) rename {basic-example => basic-example-imagespec}/requirements.txt (100%) rename {basic-example => basic-example-imagespec}/workflows/__init__.py (100%) rename {basic-example => basic-example-imagespec}/workflows/example.py (100%) diff --git a/basic-example/LICENSE b/basic-example-imagespec/LICENSE similarity index 100% rename from basic-example/LICENSE rename to basic-example-imagespec/LICENSE diff --git a/basic-example/README.md b/basic-example-imagespec/README.md similarity index 100% rename from basic-example/README.md rename to basic-example-imagespec/README.md diff --git a/basic-example/requirements.txt b/basic-example-imagespec/requirements.txt similarity index 100% rename from basic-example/requirements.txt rename to basic-example-imagespec/requirements.txt diff --git a/basic-example/workflows/__init__.py b/basic-example-imagespec/workflows/__init__.py similarity index 100% rename from basic-example/workflows/__init__.py rename to basic-example-imagespec/workflows/__init__.py diff --git a/basic-example/workflows/example.py b/basic-example-imagespec/workflows/example.py similarity index 100% rename from basic-example/workflows/example.py rename to basic-example-imagespec/workflows/example.py diff --git a/templates.json b/templates.json index 3a617e3..2db58ea 100644 --- a/templates.json +++ b/templates.json @@ -3,5 +3,5 @@ {"template_name": "mnist-training", "workflow_name": "mnist_workflow_gpu"}, {"template_name": "simple-example", "workflow_name": "wf"}, {"template_name": "wine-classification", "workflow_name": "training_workflow"}, - {"template_name": "basic-example", "workflow_name": "wf"} + {"template_name": "basic-example-imagespec", "workflow_name": "wf"} ]