mdsalmon159 commited on
Commit
4e03cd6
·
verified ·
1 Parent(s): 146438a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 "superkart_sales_forecast_model_v1_1.joblib" ]; then \
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"; \