Erik Schultheis commited on
Commit
6c858f1
·
1 Parent(s): ef8b98a

disable cuda

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN wget --no-verbose https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/ma
14
  COPY llama-annotate/ .
15
  ENV CUDA_DOCKER_ARCH=all
16
 
17
- RUN cmake -S . -B build -DGGML_CUDA=ON
18
  RUN cmake --build build --target ggml --parallel
19
  RUN cmake --build build --parallel
20
 
 
14
  COPY llama-annotate/ .
15
  ENV CUDA_DOCKER_ARCH=all
16
 
17
+ RUN cmake -S . -B build -DGGML_CUDA=OFF
18
  RUN cmake --build build --target ggml --parallel
19
  RUN cmake --build build --parallel
20