winglian commited on
Commit
7cca7c3
1 Parent(s): c30045e

ctransformers inconsistencise

Browse files
Files changed (1) hide show
  1. Dockerfile-ggml-cpp-wheel +1 -1
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 && \