+ kaggle.json

This commit is contained in:
Marcin Rostkowski 2023-04-20 12:03:40 +02:00
parent 2b164a8647
commit 832e4e116b
1 changed files with 3 additions and 0 deletions

View File

@ -5,7 +5,10 @@ RUN apt-get update && \
RUN pip3 install pandas scikit-learn kaggle
COPY kaggle.json /root/.kaggle/
WORKDIR /app
COPY skryptdocker.py /app
CMD ["python3", "skryptdocker.py"]