ium_458023/Dockerfile

6 lines
113 B
Docker
Raw Normal View History

FROM python:latest
RUN apt-get update && apt-get install -y
RUN pip install pandas
RUN pip install scikit-learn