Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 17:06:25 +02:00
parent d4b1bd6057
commit 9b6ff246ce

View File

@ -1,7 +1,7 @@
FROM python:latest
RUN pip install pandas
RUN pip install sklearn
RUN pip install scikit-learn