diff --git a/code/run b/code/run index b5b0ef7dae..042142b702 100755 --- a/code/run +++ b/code/run @@ -23,7 +23,7 @@ cd /deps/run_nnv_comparison chmod +x run_tools.sh # run tool comparisons, this will take some time (~20-40 minutes or so, depends on codeocean load as this is run on shared resources) -#./run_tools.sh > /results/run_nnv_comparison_log.txt 2>/results/run_nnv_comparison_err.txt +./run_tools.sh > /results/run_nnv_comparison_log.txt 2>/results/run_nnv_comparison_err.txt # start up matlab and run cd ~/ diff --git a/environment/Dockerfile b/environment/Dockerfile index dcfd92494c..2e079e6f3e 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -55,6 +55,7 @@ RUN ls RUN ls RUN ls RUN ls +RUN ls RUN git clone https://github.com/verivital/run_nnv_comparison.git WORKDIR /deps/run_nnv_comparison RUN ls