From c6d482c70fa4722f88869b9b3a56490511e57266 Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 16:41:37 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd76e36..4928c9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,14 +2,11 @@ FROM ubuntu:latest WORKDIR /ium -RUN apt update && apt install -y python3-pip unzip - -RUN pip3 install kaggle -RUN echo "export PATH=\"\$HOME/.local/bin:\$PATH\"" >> ~/.bashrc +RUN apt update && apt install -y python3-pip RUN pip3 install pandas RUN pip3 install numpy RUN pip3 install sklearn -COPY ./download_dataset.sh ./ +COPY ./lego_sets.csv ./ COPY ./process_dataset.py ./ \ No newline at end of file