Skip to content

Commit c7b2167

Browse files
committed
Remove GDAL 3.11
1 parent 84ec544 commit c7b2167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN mamba install -n base -c conda-forge -y \
3434
&& mamba clean --all --yes \
3535
&& fix-permissions $CONDA_DIR
3636

37-
RUN pip install -U --find-links https://girder.github.io/large_image_wheels GDAL && \
38-
ln -s $CONDA_DIR/share/bash-completion/completions/gdal /etc/bash_completion.d/gdal && \
39-
echo 'source /etc/bash_completion' >> /etc/bash.bashrc
37+
# RUN pip install -U --find-links https://girder.github.io/large_image_wheels GDAL && \
38+
# ln -s $CONDA_DIR/share/bash-completion/completions/gdal /etc/bash_completion.d/gdal && \
39+
# echo 'source /etc/bash_completion' >> /etc/bash.bashrc
4040
# ------------------------------
4141
# 2b. Create missing sqlite symlinks (after files exist)
4242
# ------------------------------

0 commit comments

Comments
 (0)