Spaces:
Sleeping
Sleeping
minor2
Browse files- 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
|