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 }