Skip to content
Snippets Groups Projects
Commit eb9aa3a7 authored by Teddy Kossoko's avatar Teddy Kossoko
Browse files

Update Dockerfile remove geopandas install

parent 8de3bed0
No related branches found
No related tags found
1 merge request!1Draft: Master
Pipeline #1116 failed with stage
in 8 minutes and 43 seconds
......@@ -59,10 +59,10 @@ RUN apt-get -y install sudo wget unzip sqlite3 libsqlite3-dev && \
apt-get install -y unzip git curl && \
bash Miniconda3-py37_4.9.2-Linux-x86_64.sh -b -p $HOME/miniconda3 && \
export PATH="$HOME/miniconda3/bin:$PATH" && \
rm Miniconda3-py37_4.9.2-Linux-x86_64.sh && \
git clone https://github.com/geopandas/geopandas.git && \
cd geopandas && \
pip install .
rm Miniconda3-py37_4.9.2-Linux-x86_64.sh
#git clone https://github.com/geopandas/geopandas.git && \
#cd geopandas && \
#pip install .
#RUN $HOME/miniconda3/bin/conda init
......
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