Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN pip install --upgrade pip
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# Verify model file exists
|
| 14 |
-
RUN if [ ! -f "
|
| 15 |
echo "❌ Model file not found!" && exit 1; \
|
| 16 |
else \
|
| 17 |
echo "✅ Model file exists, proceeding"; \
|
|
|
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
# Verify model file exists
|
| 14 |
+
RUN if [ ! -f "superkart_prediction.joblib" ]; then \
|
| 15 |
echo "❌ Model file not found!" && exit 1; \
|
| 16 |
else \
|
| 17 |
echo "✅ Model file exists, proceeding"; \
|