Commit 9e027b97 authored by Naundorf's avatar Naundorf
Browse files

Update execute_vehicle_classification.sh

parent 99c3e0aa
Pipeline #6840 failed with stage
in 21 seconds
...@@ -25,8 +25,8 @@ git pull https://transfer.hft-stuttgart.de/gitlab/fork_hpc_vehicle_classificatio ...@@ -25,8 +25,8 @@ git pull https://transfer.hft-stuttgart.de/gitlab/fork_hpc_vehicle_classificatio
#loading conda environment #loading conda environment
echo "load and activate virtual environment" echo "load and activate virtual environment"
eval "$(conda shell.bash hook)" # eval "$(conda shell.bash hook)"
conda env create -f environment.yml # conda env create -f environment.yml
conda activate env_vehicle_classification conda activate env_vehicle_classification
echo "running python code" echo "running python code"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment