Skip to content

Commit

Permalink
update pyenv (#5005)
Browse files Browse the repository at this point in the history
  • Loading branch information
faydef authored Dec 12, 2024
1 parent f2a3601 commit 95b6f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/sirun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
git hwinfo jq procps \
software-properties-common build-essential libnss3-dev zlib1g-dev libgdbm-dev libncurses5-dev libssl-dev libffi-dev libreadline-dev libsqlite3-dev libbz2-dev

RUN git clone --depth 1 https://github.com/pyenv/pyenv.git --branch "v2.0.4" --single-branch /pyenv
RUN git clone --depth 1 https://github.com/pyenv/pyenv.git --branch "v2.4.1" --single-branch /pyenv
ENV PYENV_ROOT "/pyenv"
ENV PATH "/pyenv/shims:/pyenv/bin:$PATH"
RUN eval "$(pyenv init -)"
Expand Down

0 comments on commit 95b6f95

Please sign in to comment.