Skip to content

Commit

Permalink
update python GDAL version
Browse files Browse the repository at this point in the history
  • Loading branch information
corviday committed Sep 18, 2024
1 parent 1fafc02 commit d752cba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN pip install -U pip && python3 -m pip install -U pip

RUN pip install numpy && pip3 install numpy

RUN pip install gdal==2.3.1 h5py netCDF4 psycopg2 PyYAML pillow

RUN pip3 install gdal==2.3.1 h5py netCDF4 psycopg2 PyYAML pillow
RUN pip3 install gdal==3.4.0 h5py netCDF4 psycopg2 PyYAML pillow

RUN python --version

0 comments on commit d752cba

Please sign in to comment.