From d604f03722cbc19a9e02efcdb45ef935548b51ff Mon Sep 17 00:00:00 2001 From: Naundorf <81nasi1bwi@hft-stuttgart.de> Date: Thu, 18 Aug 2022 06:07:20 +0000 Subject: [PATCH] Update execute_vehicle_classification.sh --- execute_vehicle_classification.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/execute_vehicle_classification.sh b/execute_vehicle_classification.sh index 9cee441..0f32c49 100644 --- a/execute_vehicle_classification.sh +++ b/execute_vehicle_classification.sh @@ -19,14 +19,14 @@ echo "$1" | base64 -d | tr -d '\r' | ssh-add - > /dev/null echo "pulling gitlab repository" git init # git config --global pull.ff only git@transfer.hft-stuttgart.de:fork_hpc_vehicle_classification/hpc_vehicle_classification.git -git pull https://transfer.hft-stuttgart.de/gitlab/fork_hpc_vehicle_classification/hpc_vehicle_classification.git -# git pull git@transfer.hft-stuttgart.de:81nasi1bwi/hpc_vehicle_classification.git +# git pull https://transfer.hft-stuttgart.de/gitlab/fork_hpc_vehicle_classification/hpc_vehicle_classification.git +git pull git@transfer.hft-stuttgart.de:81nasi1bwi/hpc_vehicle_classification.git #loading conda environment echo "load and activate virtual environment" -# eval "$(conda shell.bash hook)" -# conda env create -f environment.yml +eval "$(conda shell.bash hook)" +conda env create -f environment.yml conda activate env_vehicle_classification echo "running python code" -- GitLab