truegleai commited on
Commit
1c03014
·
verified ·
1 Parent(s): 4345deb

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,3 +26,4 @@ EXPOSE 7860
26
 
27
  # Start Ollama, wait for it, pull model, then start API
28
  CMD ["sh", "-c", "ollama serve & sleep 8 && ollama pull qwen2.5-coder:7b-instruct-q4_K_M && python app.py"]
 
 
26
 
27
  # Start Ollama, wait for it, pull model, then start API
28
  CMD ["sh", "-c", "ollama serve & sleep 8 && ollama pull qwen2.5-coder:7b-instruct-q4_K_M && python app.py"]
29
+ # build Fri Apr 17 15:42:52 PDT 2026