Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
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
|