Kaggle fix

This commit is contained in:
Kamil Guttmann 2022-04-10 18:08:07 +02:00
parent 2f18822b80
commit ad61a3897c

View File

@ -16,4 +16,4 @@ RUN export PATH="$PATH:/root/.local/bin"
RUN pip3 install kaggle pandas scikit-learn
RUN mkdir /.kaggle && chmod o+w /.kaggle