ium-s301654/Dockerfile

5 lines
118 B
Docker
Raw Normal View History

2024-04-10 08:59:43 +02:00
FROM ubuntu:latest
2024-03-26 12:15:35 +01:00
2024-04-10 08:59:43 +02:00
RUN apt update && apt install -y python3-pip
RUN pip3 install --user datasets kaggle
RUN pip3 list