Spaces:
Build error
Build error
Illumotion
commited on
Commit
·
ee58854
1
Parent(s):
02c3267
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ 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/
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
10 |
-
ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-7b-
|
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 \
|
7 |
+
&& wget https://huggingface.co/Yoshiii/pygmalion-7b-ggml/resolve/main/pygmalion-7b-q5_K_M.bin\
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
10 |
+
ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-7b-q5_K_M.bin", "--port", "7860"]
|