changed place of script sh
This commit is contained in:
parent
22fa501223
commit
2c738766ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user