Commit 170ca92f authored by Naundorf's avatar Naundorf
Browse files

Update execute_vehicle_classification.sh

parent 910945b8
Pipeline #6817 failed with stage
in 22 seconds
...@@ -26,6 +26,8 @@ git config --global pull.ff only git@transfer.hft-stuttgart.de:81nasi1bwi/hpc_ve ...@@ -26,6 +26,8 @@ git config --global pull.ff only git@transfer.hft-stuttgart.de:81nasi1bwi/hpc_ve
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 init bash
source ~/.bashrc
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