Skip to content
Snippets Groups Projects
Commit 11bbe545 authored by Narayanarao Bhogapurapu's avatar Narayanarao Bhogapurapu
Browse files

Update build.sh

parent 212ab1af
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ basedir=$(dirname "$(readlink -f "$0")") ...@@ -9,7 +9,8 @@ basedir=$(dirname "$(readlink -f "$0")")
# conda install -y -n base -c conda-forge "conda>=4.13.0" # conda install -y -n base -c conda-forge "conda>=4.13.0"
# Install essential packages in the base environment # Install essential packages in the base environment
conda install -y -n base -c conda-forge gdal # conda install -y -n base -c conda-forge gdal
conda install -y gdal libgdal
# Install Python packages using pip # Install Python packages using pip
pip install pandas scikit-image empatches scikit-learn scipy numpy matplotlib tqdm futures pip install pandas scikit-image empatches scikit-learn scipy numpy matplotlib tqdm futures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment