Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jul 18, 2024
1 parent f07cbeb commit 871873d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ RUN HDF5_INCDIR=/usr/include/hdf5/serial
RUN pip install --upgrade pip
RUN pip install 'setuptools<58.0.0'

# RUN wget https://ftp.osuosl.org/pub/osgeo/download/gdal/2.4.1/gdal-2.4.1.tar.gz \
# && tar -xzf gdal-2.4.1.tar.gz \
# && rm gdal-2.4.1.tar.gz

# WORKDIR /gdal-2.4.1
# RUN ./configure --with-python --with-geos=yes \
# && make \
# && sudo make install \
# && sudo ldconfig
# WORKDIR /



# TODO: iROds 4.2.x is holding us to Debian Buster which is EOL. It also requires libssl1.0.0 which is obsolete
# we should upgrade to iRods 4.3, Debian Bullseye, etc but this will require at a minimum, changes to our iinit use in HS
Expand Down

0 comments on commit 871873d

Please sign in to comment.