We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35de558 commit 62f902fCopy full SHA for 62f902f
build.py
@@ -1546,7 +1546,7 @@ def change_default_python_version_rhel(version):
1546
# match the version of python inside the RHEL base container. This means that python packages
1547
# installed within the container will not be picked up by the python backend stub process pybind
1548
# bindings. It must instead must be installed via pyenv.
1549
-ENV PYENV_ROOT=/tmp/pyenv_build
+ENV PYENV_ROOT=/opt/pyenv_build
1550
RUN curl https://pyenv.run | bash
1551
ENV PATH="${{PYENV_ROOT}}/bin:$PATH"
1552
RUN eval "$(pyenv init -)"
0 commit comments