Spaces:
Build error
Build error
Illumotion
commited on
Commit
•
7ac0e96
1
Parent(s):
9831d41
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN apt update \
|
|
8 |
&& apt remove build-essential wget make -y \
|
9 |
&& apt autoremove -y
|
10 |
|
11 |
-
ENTRYPOINT ["python", "koboldcpp.py", "ggjtv1-model-q5_1.bin", "--port", "7860", "--smartcontext"]
|
|
|
8 |
&& apt remove build-essential wget make -y \
|
9 |
&& apt autoremove -y
|
10 |
|
11 |
+
ENTRYPOINT ["python", "koboldcpp.py", "ggjtv1-model-q5_1.bin", "--port", "7860", "--smartcontext", "--useclblast"]
|