From 6592cd02acbbe65a3b82716b5bbc149562cef221 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Mon, 1 Apr 2024 13:59:07 +0200 Subject: [PATCH] Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e584b5..69895c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest RUN apt update && apt install -y python3-pip unzip -RUN pip install --user kaggle pandas numpy scikit-learn +RUN pip install kaggle pandas numpy scikit-learn WORKDIR /app