Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 16:41:37 +02:00
parent be10e1759b
commit c6d482c70f

View File

@ -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 ./