reach-vb HF staff commited on
Commit
c2ec962
1 Parent(s): b416bb7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ COPY --chown=1000 . ${HOME}/app
43
  RUN git clone https://github.com/ggerganov/llama.cpp && \
44
  cd llama.cpp && \
45
  make clean && \
46
- LLAMA_CUDA=1 make
47
 
48
  RUN pip install -r llama.cpp/requirements.txt
49
 
 
43
  RUN git clone https://github.com/ggerganov/llama.cpp && \
44
  cd llama.cpp && \
45
  make clean && \
46
+ make
47
 
48
  RUN pip install -r llama.cpp/requirements.txt
49