In-For-Disaster-Analytics / LLMRepository-Docker

0 stars 1 forks source link

Conda not added to path when installed. #16

Closed wmobley closed 9 months ago

wmobley commented 9 months ago

When conda is installed from scratch it isn't added to path during that run, which breaks the code. I've added the export PATH="$WORK/miniconda3/bin:$PATH" to the if statement on install, i've also added an else statement to reduce redundancy.