permission problem
This commit is contained in:
parent
7febd770a8
commit
9becbb62ff
@ -16,4 +16,7 @@ RUN pip install --user seaborn
|
||||
ENV PATH="/root/.local/bin:/.local/bin:${PATH}"
|
||||
|
||||
COPY ./data.sh /home/data/data.sh
|
||||
COPY ./ml.py /home/data/ml.py
|
||||
COPY ./ml.py /home/data/ml.py
|
||||
|
||||
RUN mkdir /.kaggle
|
||||
RUN chmod -R 777 /.kaggle
|
Loading…
Reference in New Issue
Block a user