Skip to content

Commit

Permalink
Remove Python 2.7 from benchmarking scripts
Browse files Browse the repository at this point in the history
Python 2 is no longer supported in Ubuntu docker image
  • Loading branch information
movermeyer committed Nov 10, 2024
1 parent facfa4b commit 1388c8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarking/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN apt-get install -y git curl gcc build-essential
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata

# Install the Python versions
RUN apt install -y python2 python2-dev && \
apt install -y python3.7 python3.7-dev python3.7-venv && \
RUN apt install -y python3.7 python3.7-dev python3.7-venv && \
apt install -y python3.8 python3.8-dev python3.8-venv && \
apt install -y python3.9 python3.9-dev python3.9-venv && \
apt install -y python3.10 python3.10-dev python3.10-venv && \
Expand Down

0 comments on commit 1388c8b

Please sign in to comment.