Spaces:
Sleeping
Sleeping
modifed dpcker file
Browse files- 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 |
|