Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- 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
|
| 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
|