Update 'Dockerfile'

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

View File

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