Spaces:
Paused
Paused
Commit
·
2514e86
1
Parent(s):
31cce8f
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -19,6 +19,7 @@ RUN wget https://huggingface.co/mys/ggml_llava-v1.5-13b/raw/main/ggml-model-q4_k
|
|
19 |
RUN git clone https://github.com/matthoffner/llava-cpp-server.git && \
|
20 |
cd llava-cpp-server && \
|
21 |
git submodule init && \
|
|
|
22 |
make
|
23 |
|
24 |
# Create a non-root user for security reasons
|
|
|
19 |
RUN git clone https://github.com/matthoffner/llava-cpp-server.git && \
|
20 |
cd llava-cpp-server && \
|
21 |
git submodule init && \
|
22 |
+
git submodule update && \
|
23 |
make
|
24 |
|
25 |
# Create a non-root user for security reasons
|