This commit is contained in:
s495716 2024-03-29 16:07:42 +01:00
parent 6f8520f3a4
commit cb200ace4d
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ WORKDIR /app
COPY requirements.txt ./
COPY kaggle.json ./.kaggle/kaggle.json
RUN pip install --no-cache-dir -r requirements.txt
COPY Data_download.ipynb ./

1
kaggle.json Normal file
View File

@ -0,0 +1 @@
{"username":"worldwidepaniel","key":"0a2ff35462d562da0e8b76b3bf22d7b7"}