Skip to content

Commit

Permalink
Adding removal of protection for install
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Oct 21, 2024
1 parent 10ca7c9 commit 3555a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions singularity/ilab-base/ilab-base_dev.def
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ FROM: ghcr.io/osgeo/gdal:ubuntu-full-3.9.1
# Python Stack
#-------------------------------------------------------------------------------
#python -m pip install --upgrade pip
rm -rf /usr/lib/python*/EXTERNALLY-MANAGED
pip install pipx
python -m pipx install --upgrade pip

Expand Down
1 change: 1 addition & 0 deletions singularity/ilab-base/ilab-base_prod.def
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ FROM: ghcr.io/osgeo/gdal:ubuntu-full-3.9.1
# Python Stack
#-------------------------------------------------------------------------------
#python -m pip install --upgrade pip
rm -rf /usr/lib/python*/EXTERNALLY-MANAGED
pip install pipx
python -m pipx install --upgrade pip

Expand Down

0 comments on commit 3555a3d

Please sign in to comment.