Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -7,7 +7,6 @@ WORKDIR /app
|
|
7 |
# Copy only necessary files
|
8 |
COPY requirements.txt ./
|
9 |
COPY app.py ./
|
10 |
-
COPY final_price_data.csv ./
|
11 |
|
12 |
# Install dependencies
|
13 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
7 |
# Copy only necessary files
|
8 |
COPY requirements.txt ./
|
9 |
COPY app.py ./
|
|
|
10 |
|
11 |
# Install dependencies
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|