ium-s301654/Dockerfile

5 lines
111 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
2024-04-10 09:03:21 +02:00
RUN pip3 install datasets kaggle
2024-04-10 08:59:43 +02:00
RUN pip3 list