ium-s301654/Dockerfile
Paweł Skórzewski 42765bb854 Attempt 1
2024-04-10 09:03:21 +02:00

5 lines
111 B
Docker

FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN pip3 install datasets kaggle
RUN pip3 list