Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 17:53:24 +02:00
parent 676eb07510
commit 368f029d72

View File

@ -3,4 +3,4 @@ FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn
RUN pip install scikit-learn