Spaces:
Paused
Paused
Commit
·
7a1592b
1
Parent(s):
05d2b81
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ 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
|
26 |
RUN useradd -m -u 1000 user && \
|
|
|
20 |
cd llava-cpp-server && \
|
21 |
git submodule init && \
|
22 |
git submodule update && \
|
23 |
+
make LLAMA_CUBLAS=1
|
24 |
|
25 |
# Create a non-root user for security reasons
|
26 |
RUN useradd -m -u 1000 user && \
|