Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -30,8 +30,8 @@ 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 |
-
|
35 |
|
36 |
# Create a non-root user for security reasons
|
37 |
RUN useradd -m -u 1000 user && \
|
|
|
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 ls -al
|
34 |
+
RUN make LLAMA_CUBLAS=1
|
35 |
|
36 |
# Create a non-root user for security reasons
|
37 |
RUN useradd -m -u 1000 user && \
|