R1000 commited on
Commit
580ce0a
·
verified ·
1 Parent(s): c4a5df0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ USER user
6
  WORKDIR /home/user/app
7
 
8
  # ดึงโมเดลก่อน (optional ถ้าจะ pull ใน run.sh ก็ลบทิ้งได้)
9
- RUN ollama pull qwen2.5-coder:3b
10
 
11
  # คัดลอกสคริปต์และตั้งให้รันได้
12
  COPY run.sh ./
 
6
  WORKDIR /home/user/app
7
 
8
  # ดึงโมเดลก่อน (optional ถ้าจะ pull ใน run.sh ก็ลบทิ้งได้)
9
+ # RUN ollama pull qwen2.5-coder:3b
10
 
11
  # คัดลอกสคริปต์และตั้งให้รันได้
12
  COPY run.sh ./