From 32a592f78df9a46cc00cc7aa009f713b66ab6263 Mon Sep 17 00:00:00 2001 From: Szymon Bartanowicz Date: Wed, 15 May 2024 00:21:52 +0200 Subject: [PATCH] docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9496042..d9a672d 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 --user kaggle pandas scikit-learn tensorflow +RUN pip install --no-cache-dir wheel kaggle pandas scikit-learn tensorflow WORKDIR /app