From 120721f5f1a7e910c0c2ebc79dc87c2908794c80 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Wed, 20 Apr 2022 15:39:58 +0200 Subject: [PATCH] rm debug ls --- run_tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index cd3a69d..655b8bb 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -5,11 +5,6 @@ pip install 'dvc[ssh]' echo "Pulling dvc data" dvc pull -echo "ls dvc data" -ls data/ -ls data/mlruns -ls data/mlruns/1 - docker build -f Dockerfile_tests -t image-prediction-tests . rnd=$(date +"%s")