ium_464914/Dockerfile
Alicja Szulecka 3bf5015e26 dockerfile
2024-03-29 13:46:57 +01:00

13 lines
290 B
Docker

FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN apt install unzip
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 ./