From 82518a4a2cd2114b5fd51b6fcd7bc7a35fb9018e Mon Sep 17 00:00:00 2001 From: Jean Cochrane Date: Thu, 9 Nov 2023 15:35:11 -0600 Subject: [PATCH] Temporarily restrict dvc repro to the train step, for testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90fbea5..bebc3bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,4 @@ RUN mv renv model-condo-avm/ # Set the working directory to the app dir WORKDIR model-condo-avm/ -CMD dvc pull && dvc repro +CMD dvc pull && dvc repro train