LH-Tech-AI commited on
Commit
f47f220
·
verified ·
1 Parent(s): 7371ce5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN curl -L -o apex.gguf "https://huggingface.co/LH-Tech-AI/Apex-1.6-Instruct-35
14
 
15
  EXPOSE 7860
16
 
17
- CMD ["./llama-server", "-m", "apex.gguf", "--host", "0.0.0.0", "--port", "7860", "-c", "2048"]
 
14
 
15
  EXPOSE 7860
16
 
17
+ CMD ["sh", "-c", "LD_LIBRARY_PATH=/app:$LD_LIBRARY_PATH ./llama-server -m apex.gguf --host 0.0.0.0 --port 7860 -c 2048"]