Spaces:
Paused
Paused
Commit
·
31cce8f
1
Parent(s):
0d3fdb1
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -19,7 +19,6 @@ 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 |
-
git submodule update && \
|
23 |
make
|
24 |
|
25 |
# 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 |
make
|
23 |
|
24 |
# Create a non-root user for security reasons
|