added Dockerfile - for Python libraries

This commit is contained in:
Mateusz Kuc 2023-04-20 18:58:01 +02:00
parent 054eb5a64b
commit a626f8189b

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