Dodanie 'Dockerfile'

This commit is contained in:
Patryk Łukasiewicz 2023-04-20 14:26:26 +02:00
parent 0a6aa25f49
commit 31ea9f32e9

6
Dockerfile Normal file
View File

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