Skip to content

Commit

Permalink
Fix: Add bzip for Mamba and remove distutils for Python 3.12 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi authored Dec 11, 2024
1 parent 7ad83a5 commit efa7e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN <<EOT
echo 'Acquire::ForceIPv4 "true";' | tee /etc/apt/apt.conf.d/1000-force-ipv4-transport
apt-get update
apt-get install -y software-properties-common curl git gcc python3-dev
apt-get install -y software-properties-common curl git gcc python3-dev bzip2
add-apt-repository ppa:deadsnakes/ppa
apt-get update
EOT
Expand All @@ -27,7 +27,7 @@ RUN <<EOT
set -eux

# Install python and dependencies
apt-get install -y python3.12 python3.12-dev python3.12-distutils
apt-get install -y python3.12 python3.12-dev

# Get the latest pip version
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.12
Expand Down

0 comments on commit efa7e93

Please sign in to comment.