Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 16:58:18 +02:00
parent f895242150
commit 1292050e4d

View File

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