From 5202d8d543d2f7c4e72b3c06cc8792171d50a1e9 Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:05:58 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b09f625..2e4aa2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt update && apt install -y python3-pip RUN apt install unzip RUN apt install bc -RUN pip3 install kaggle pandas scikit-learn +RUN pip3 install kaggle pandas scikit-learn torch WORKDIR /app