again
This commit is contained in:
parent
6f8520f3a4
commit
cb200ace4d
@ -7,6 +7,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
|
COPY kaggle.json ./.kaggle/kaggle.json
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY Data_download.ipynb ./
|
COPY Data_download.ipynb ./
|
||||||
|
1
kaggle.json
Normal file
1
kaggle.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"username":"worldwidepaniel","key":"0a2ff35462d562da0e8b76b3bf22d7b7"}
|
Loading…
Reference in New Issue
Block a user