Spaces:
Build error
Build error
Illumotion
commited on
Commit
·
6a6900d
1
Parent(s):
6317bb3
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN apt update \
|
|
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.Q6_K.gguf", "--port", "7860", "--smartcontext"
|
|
|
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.Q6_K.gguf", "--port", "7860", "--smartcontext"]
|