matthoffner commited on
Commit
c1300dc
·
verified ·
1 Parent(s): f9a4dbf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -30,10 +30,7 @@ RUN wget https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/ll
30
  wget https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/mmproj-model-f16.gguf
31
 
32
  # Clone and build llava-server with CUDA support
33
- RUN git clone https://github.com/ggerganov/llama.cpp.git && \
34
- cd llama.cpp && \
35
- git submodule init && \
36
- git submodule update && \
37
  make LLAMA_CUBLAS=1
38
 
39
  # Create a non-root user for security reasons
 
30
  wget https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main/mmproj-model-f16.gguf
31
 
32
  # Clone and build llava-server with CUDA support
33
+ RUN cd llama.cpp && \
 
 
 
34
  make LLAMA_CUBLAS=1
35
 
36
  # Create a non-root user for security reasons