vamshf commited on
Commit
178a1c2
·
verified ·
1 Parent(s): 6de13db

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  RUN pip install gunicorn
8
  # Copy the requirements file and install dependencies first to leverage Docker cache
9
  COPY requirements.txt .
10
- COPY app.py .
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Copy the rest of the application files
 
7
  RUN pip install gunicorn
8
  # Copy the requirements file and install dependencies first to leverage Docker cache
9
  COPY requirements.txt .
10
+ COPY superKart_Sales_forecast.py .
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Copy the rest of the application files