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

Update Dockerfile (#18)

Browse files

- Update Dockerfile (c2ec962d927ca3c91fecb70a7d8c900545ea7bac)

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