From 42765bb854fba0a4592672def7f433d15f11b5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sk=C3=B3rzewski?= Date: Wed, 10 Apr 2024 09:03:21 +0200 Subject: [PATCH] Attempt 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43bec08..fb589ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file