From 95b6f956ead212573ad696e5ab7d7a617f67885a Mon Sep 17 00:00:00 2001 From: Fayssal DEFAA <82442451+faydef@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:37:56 +0100 Subject: [PATCH] update pyenv (#5005) --- benchmark/sirun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/sirun/Dockerfile b/benchmark/sirun/Dockerfile index 5c6e883b62d..ad27d5d71b1 100644 --- a/benchmark/sirun/Dockerfile +++ b/benchmark/sirun/Dockerfile @@ -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 -)"