rajsinghparihar commited on
Commit
7f8609b
·
1 Parent(s): 463c098

update dockerfile: cpp utils and make

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN chmod +x ./Phi-3-mini-4k-instruct.Q4_K_M.llamafile
20
  EXPOSE 7860
21
 
22
  # Set the entrypoint to run the Llamafile
23
- RUN ["./Phi-3-mini-4k-instruct.Q4_K_M.llamafile", "--host", "0.0.0.0", "--port", "7860", "--nobrowser"]
 
20
  EXPOSE 7860
21
 
22
  # Set the entrypoint to run the Llamafile
23
+ RUN ["bash", "./Phi-3-mini-4k-instruct.Q4_K_M.llamafile", "--host", "0.0.0.0", "--port", "7860", "--nobrowser"]