Spaces:
Build error
Build error
Illumotion
commited on
Commit
•
14fb7ff
1
Parent(s):
1e081f1
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,4 +7,4 @@ RUN apt update \
|
|
7 |
&& wget https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_0.bin \
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
10 |
-
ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-
|
|
|
7 |
&& wget https://huggingface.co/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_0.bin \
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
10 |
+
ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-13b-ggml-q4_0.bin", "--port", "7860"]
|