ch-outcomes-ai commited on
Commit
13222fd
·
verified ·
1 Parent(s): 027a715

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -13,10 +13,6 @@ WORKDIR /app
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
- # Create model directory
17
- RUN mkdir -p /app/models
18
- COPY DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf /app/models/
19
-
20
  # Copy application code
21
  COPY . .
22
 
 
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
 
 
 
 
16
  # Copy application code
17
  COPY . .
18