Skip to content

Commit 871873d

Browse files
committed
cleanup
1 parent f07cbeb commit 871873d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Dockerfile

-12
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@ RUN HDF5_INCDIR=/usr/include/hdf5/serial
6363
RUN pip install --upgrade pip
6464
RUN pip install 'setuptools<58.0.0'
6565

66-
# RUN wget https://ftp.osuosl.org/pub/osgeo/download/gdal/2.4.1/gdal-2.4.1.tar.gz \
67-
# && tar -xzf gdal-2.4.1.tar.gz \
68-
# && rm gdal-2.4.1.tar.gz
69-
70-
# WORKDIR /gdal-2.4.1
71-
# RUN ./configure --with-python --with-geos=yes \
72-
# && make \
73-
# && sudo make install \
74-
# && sudo ldconfig
75-
# WORKDIR /
76-
77-
7866

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

0 commit comments

Comments
 (0)