From c62364f4ccc18ed2669812e5a6676c5f99970ba9 Mon Sep 17 00:00:00 2001 From: William Chow <59062243+wkhchow@users.noreply.github.com> Date: Tue, 8 Feb 2022 12:09:15 -0800 Subject: [PATCH] bug fix --- python/add_data.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/python/add_data.sh b/python/add_data.sh index b1fca255..e03dc184 100755 --- a/python/add_data.sh +++ b/python/add_data.sh @@ -441,7 +441,6 @@ get_model_factory_scripts() { # Copy model-factory scripts to working directory # TODO: Find ways to keep these scripts in their place without copying them all to WORKDIR RUN cp model-factory-1.3.2/scripts/*.* . - RUN cp model-factory/scripts/*.* . #rm -rf model-factory }