File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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# ------------------------------
You can’t perform that action at this time.
0 commit comments