Spaces:
Paused
Paused
Commit
·
05d2b81
1
Parent(s):
2514e86
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -12,8 +12,8 @@ RUN wget -qO- "https://cmake.org/files/v3.18/cmake-3.18.0-Linux-x86_64.tar.gz" |
|
|
12 |
WORKDIR /app
|
13 |
|
14 |
# Download ggml and mmproj models from HuggingFace
|
15 |
-
RUN wget https://huggingface.co/mys/ggml_llava-v1.5-13b/
|
16 |
-
wget https://huggingface.co/mys/ggml_llava-v1.5-13b/
|
17 |
|
18 |
# Clone and build llava-server with CUDA support
|
19 |
RUN git clone https://github.com/matthoffner/llava-cpp-server.git && \
|
|
|
12 |
WORKDIR /app
|
13 |
|
14 |
# Download ggml and mmproj models from HuggingFace
|
15 |
+
RUN wget https://huggingface.co/mys/ggml_llava-v1.5-13b/resolve/main/ggml-model-q4_k.gguf && \
|
16 |
+
wget https://huggingface.co/mys/ggml_llava-v1.5-13b/resolve/main/mmproj-model-f16.gguf
|
17 |
|
18 |
# Clone and build llava-server with CUDA support
|
19 |
RUN git clone https://github.com/matthoffner/llava-cpp-server.git && \
|