molehh commited on
Commit
3b590a3
·
1 Parent(s): 938499c

modifed dpcker file

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -4,8 +4,6 @@ WORKDIR /app
4
 
5
  COPY . /app
6
 
7
- COPY ./src/data/merged_yt_data.csv /app/src/data/merged_yt_data.csv
8
-
9
  RUN pip install --upgrade pip
10
  RUN pip install -r requirements.txt
11
 
 
4
 
5
  COPY . /app
6
 
 
 
7
  RUN pip install --upgrade pip
8
  RUN pip install -r requirements.txt
9