Skip to content

Commit

Permalink
spacing error fix, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
man3ng committed Nov 5, 2024
1 parent 23e0ce1 commit 838660e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ RUN pip install --upgrade nbconvert

RUN mamba install -c conda-forge geopandas cartopy pygeos pysal contextily osmnx jupyterlab_widgets -y

RUN pip uninstall pillow fiona -y && \
pip install -r ~/requirements.txt && \
pip install --upgrade fiona

RUN pip uninstall pillow fiona -y || echo "Failed to uninstall pillow or fiona" && \
pip install -r ~/requirements.txt || echo "Failed to install requirements" && \
pip install --upgrade fiona || echo "Failed to upgrade fiona"
Expand Down

0 comments on commit 838660e

Please sign in to comment.