changed place of script sh

This commit is contained in:
Adrian Charkiewicz 2022-04-05 02:07:10 +02:00
parent 22fa501223
commit 2c738766ff

View File

@ -13,7 +13,8 @@ RUN pip3 install pandas
RUN pip3 install scikit-learn RUN pip3 install scikit-learn
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN mkdir ~/.kaggle/ RUN mkdir ~/.kaggle/
#RUN echo '{"username":"riraasaa","key":"1b1376b538ecd7da9e79b94d218ae3ec"}' > ~/.kaggle/kaggle.json
COPY ./script.sh ./
RUN chmod a+x ./script.sh RUN chmod a+x ./script.sh
# Create app directory in image # Create app directory in image
WORKDIR /app WORKDIR /app