ium_z487186/Dockerfile

5 lines
112 B
Docker
Raw Normal View History

2023-04-21 11:26:52 +02:00
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip && pip3 install scikit-learn datasets
COPY . .