Zaktualizuj 'Dockerfile'

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

View File

@ -17,6 +17,11 @@ RUN pip3 install matplotlib
RUN pip3 install seaborn RUN pip3 install seaborn
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install sacred RUN pip3 install sacred
RUN pip3 install numpy
RUN pip3 install wheel --no-deps -U
RUN pip3 install GitPython
RUN pip3 install pymongo
# Przygotowanie kaggle # Przygotowanie kaggle
RUN mkdir ~/.kaggle/ RUN mkdir ~/.kaggle/