Attempt 1

This commit is contained in:
Paweł Skórzewski 2024-04-10 09:03:21 +02:00
parent b14370afd6
commit 42765bb854
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN pip3 install --user datasets kaggle
RUN pip3 install datasets kaggle
RUN pip3 list