password hidden

This commit is contained in:
Adrian Charkiewicz 2022-04-05 02:01:27 +02:00
parent d3b67a5548
commit 243ffdd493
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ 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
RUN sh chmod a+x ./script.sh
# Create app directory in image
WORKDIR /app