Spaces:
Sleeping
Sleeping
rajsinghparihar
commited on
Commit
·
cf74cf2
1
Parent(s):
ddbdf38
update dockerfile: entrypoint
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ RUN chmod +x ./Phi-3-mini-4k-instruct.Q4_K_M.llamafile
|
|
18 |
EXPOSE 7860
|
19 |
|
20 |
# Set the entrypoint to run the Llamafile
|
21 |
-
RUN ["./Phi-3-mini-4k-instruct.Q4_K_M.llamafile --host 0.0.0.0 --port 7860 --nobrowser"]
|
|
|
18 |
EXPOSE 7860
|
19 |
|
20 |
# Set the entrypoint to run the Llamafile
|
21 |
+
RUN ["sudo", "./Phi-3-mini-4k-instruct.Q4_K_M.llamafile", "--host", "0.0.0.0", "--port", "7860", "--nobrowser"]
|