Spaces:
Build error
Build error
Commit
·
d257d3f
1
Parent(s):
7541c62
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,8 +4,8 @@ COPY . .
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 \
|
7 |
-
&& wget https://huggingface.co/TheBloke/Pygmalion-2-
|
8 |
&& apt remove build-essential wget make -y \
|
9 |
&& rm -fr *.bat convert-* ci docs examples otherarchs tests
|
10 |
|
11 |
-
ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-2-
|
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 \
|
7 |
+
&& wget https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q4_0.gguf \
|
8 |
&& apt remove build-essential wget make -y \
|
9 |
&& rm -fr *.bat convert-* ci docs examples otherarchs tests
|
10 |
|
11 |
+
ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-2-7b.Q4_0.gguf", "--port", "7860"]
|