sikeaditya commited on
Commit
54bb6ac
·
verified ·
1 Parent(s): 3a91977

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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