Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -9,4 +9,5 @@ RUN curl -L "https://huggingface.co/iAkashPaul/gemma-2b-it-gguf/resolve/main/ge
|
|
9 |
WORKDIR /llama.cpp
|
10 |
EXPOSE 7860
|
11 |
RUN chmod -R 777 /llama.cpp
|
12 |
-
|
|
|
|
9 |
WORKDIR /llama.cpp
|
10 |
EXPOSE 7860
|
11 |
RUN chmod -R 777 /llama.cpp
|
12 |
+
RUN nproc
|
13 |
+
CMD ./server --host 0.0.0.0 --port 7860 -t 4 -m ./models/gemma-2b-it-Q8_0.gguf
|