ium-s301654/Dockerfile
Paweł Skórzewski be8d422070 Debug 9
2024-04-03 09:40:27 +02:00

5 lines
118 B
Docker

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