feat: local python

This commit is contained in:
2024-09-08 20:25:48 -07:00
parent 74b9c38908
commit 9efd491dad
+1 -1
View File
@@ -11,5 +11,5 @@ RUN curl https://pyenv.run | bash
ENV PYENV_ROOT=/root/.pyenv
ENV PATH=$PYENV_ROOT/bin:$PYENV_ROOT/shims:$PATH
RUN pyenv install ${PYTHON_VERSION}
RUN pyenv global ${PYTHON_VERSION}
RUN pyenv local ${PYTHON_VERSION}
CMD [ "/bin/bash" ]