ium_464914/Dockerfile
Alicja Szulecka a5dc5bf806 add bc
2024-04-02 12:56:26 +02:00

14 lines
309 B
Docker

FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc
RUN pip install --user kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip install --user geopandas
WORKDIR /app
COPY ./get_dataset.sh ./