R1000 commited on
Commit
da62101
·
verified ·
1 Parent(s): 5c14e60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -27,7 +27,6 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
27
 
28
  # สร้างโฟลเดอร์สำหรับเก็บ Model
29
  RUN mkdir -p /root/.ollama
30
- RUN ollama pull qwen2.5-coder:0.5b || true
31
 
32
  # ตั้งค่า Environment สำหรับ Ollama
33
  ENV OLLAMA_HOST=0.0.0.0
 
27
 
28
  # สร้างโฟลเดอร์สำหรับเก็บ Model
29
  RUN mkdir -p /root/.ollama
 
30
 
31
  # ตั้งค่า Environment สำหรับ Ollama
32
  ENV OLLAMA_HOST=0.0.0.0