Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 16:56:44 +02:00
parent b5f716c65d
commit f895242150

View File

@ -1,6 +1,8 @@
FROM python:latest
RUN pip install pandas
RUN pip install scikit-learn
RUN apt-get update && apt-get install -y