From 1062a56730749739f43fd99122a5a995b31918b3 Mon Sep 17 00:00:00 2001 From: zgolebiewska Date: Sun, 26 May 2024 13:59:06 +0200 Subject: [PATCH] Revert "update" This reverts commit 28f9ae1a9ce19217d889c055fe8221fbbe380075. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a472afa..876ae88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest RUN apt-get update && apt-get install -y python3-pip unzip coreutils -RUN pip install kaggle pandas scikit-learn tensorflow +RUN pip install --user kaggle pandas scikit-learn tensorflow WORKDIR /app