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