Spaces:
Build error
Build error
ctransformers inconsistencise
Browse files
Dockerfile-ggml-cpp-wheel
CHANGED
@@ -33,7 +33,7 @@ ENV HOME /home/appuser
|
|
33 |
ENV PYENV_ROOT $HOME/.pyenv
|
34 |
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
|
35 |
|
36 |
-
RUN git clone --depth 1 --branch $CTRANSFORMERS_VERSION https://github.com/marella/ctransformers.git /build
|
37 |
RUN curl https://pyenv.run | bash
|
38 |
|
39 |
RUN pyenv install 3.8.9 && \
|
|
|
33 |
ENV PYENV_ROOT $HOME/.pyenv
|
34 |
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
|
35 |
|
36 |
+
RUN git clone --depth 1 --branch v$CTRANSFORMERS_VERSION https://github.com/marella/ctransformers.git /build
|
37 |
RUN curl https://pyenv.run | bash
|
38 |
|
39 |
RUN pyenv install 3.8.9 && \
|