rajsinghparihar commited on
Commit
88f70a5
·
1 Parent(s): 7f8609b

updated dockerfile

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 ["bash", "./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
+ ENTRYPOINT ["bash", "./Phi-3-mini-4k-instruct.Q4_K_M.llamafile", "--host", "0.0.0.0", "--port", "7860", "--nobrowser"]