KeivanR commited on
Commit
f86da66
·
1 Parent(s): 82c8193
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -30,10 +30,10 @@ RUN pip install --no-cache-dir \
30
  COPY . .
31
 
32
  # Special model loading step
33
- RUN python3 -c "\
34
- from model import QwenClassifier\
35
- QwenClassifier.from_pretrained('KeivanR/Qwen2.5-1.5B-Instruct-MLB-clf_lora-1743189446')\
36
- print('Model loaded successfully')\
37
  "
38
 
39
  # Run FastAPI app
 
30
  COPY . .
31
 
32
  # Special model loading step
33
+ RUN python3 -c "
34
+ from model import QwenClassifier
35
+ QwenClassifier.from_pretrained('KeivanR/Qwen2.5-1.5B-Instruct-MLB-clf_lora-1743189446')
36
+ print('Model loaded successfully')
37
  "
38
 
39
  # Run FastAPI app