Spaces:
Runtime error
Runtime error
use recommended python version 3.10.11 https://huggingface.co/zero-gpu-explorers
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ WORKDIR ${HOME}/app
|
|
35 |
|
36 |
RUN curl https://pyenv.run | bash
|
37 |
ENV PATH=${HOME}/.pyenv/shims:${HOME}/.pyenv/bin:${PATH}
|
38 |
-
ARG PYTHON_VERSION=3.
|
39 |
RUN pyenv install ${PYTHON_VERSION} && \
|
40 |
pyenv global ${PYTHON_VERSION} && \
|
41 |
pyenv rehash && \
|
|
|
35 |
|
36 |
RUN curl https://pyenv.run | bash
|
37 |
ENV PATH=${HOME}/.pyenv/shims:${HOME}/.pyenv/bin:${PATH}
|
38 |
+
ARG PYTHON_VERSION=3.10.11
|
39 |
RUN pyenv install ${PYTHON_VERSION} && \
|
40 |
pyenv global ${PYTHON_VERSION} && \
|
41 |
pyenv rehash && \
|