Zaktualizuj 'Dockerfile'

This commit is contained in:
Sebastian Wałęsa 2022-05-08 19:44:08 +02:00
parent bd090ddb6d
commit 6bb7db30f6

View File

@ -16,6 +16,7 @@ RUN pip3 install jovian
RUN pip3 install matplotlib RUN pip3 install matplotlib
RUN pip3 install seaborn RUN pip3 install seaborn
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install sacred
# Przygotowanie kaggle # Przygotowanie kaggle
RUN mkdir ~/.kaggle/ RUN mkdir ~/.kaggle/