From 2c738766fff1f8b3ba77cae9787875a55153f47d Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Tue, 5 Apr 2022 02:07:10 +0200 Subject: [PATCH] changed place of script sh --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31edcfa..7d709c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,8 @@ RUN pip3 install pandas RUN pip3 install scikit-learn RUN pip3 install matplotlib RUN mkdir ~/.kaggle/ - +#RUN echo '{"username":"riraasaa","key":"1b1376b538ecd7da9e79b94d218ae3ec"}' > ~/.kaggle/kaggle.json +COPY ./script.sh ./ RUN chmod a+x ./script.sh # Create app directory in image WORKDIR /app